#A885F8

Color #A885F8 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A885F8

Tints of Medium Purple #A885F8

Color information

#A885F8 (or 0xA885F8) is unknown color: approx Medium Purple. HEX triplet: A8, 85 and F8. RGB value is (168,133,248). Sum of RGB (Red+Green+Blue) = 168+133+248=549 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.60% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 248 (97.27% from 255 or 45.17% from 549); Max value from RGB is 248 - color contains mainly: blue. Hex color #A885F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A885F8 is #577A07. Grayscale: #9C9C9C. Windows color (decimal): -5732872 or 16287144. OLE color: 16287144.

HSL color Cylindrical-coordinate representation of color #A885F8: hue angle of 258.26º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A885F8 is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB168133248-
CMYK0.320.4600.03
HSL258.26º89.15%74.71%-
HSV(B)258.26º46.37%97.25%-
XYZ41.4831.8892.77-
YUV156.57179.6136.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 30.60%
GREEN value IS 133 (52.34% from 255) = 24.23%
BLUE value IS 248 (97.27% from 255) = 45.17%
R=30.60%
G=24.23%
B=45.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1681332480.320.4600.03258.2689.1574.71
HexA885F8202E03102594b
Octal250205370405603402131113
Binary10101000100001011111100010000010111001110000001010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A885F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A885F8; }

 p { color: rgb(168,133,248); }

 H1.HeaderClassName
 {
   color: #A885F8;
 }
 .AnyTagClassName
 {
   color: #A885F8;
 }
</style>
background-color css

<style>
 a { background-color: #A885F8; }

 a { background-color: rgb(168,133,248); }

 div.DivClassName
 {
   background-color: #A885F8;
 }
 .BgClassName
 {
   background-color: #A885F8;
 }
</style>
border-color css

<style>
 span { border-color: #A885F8; }

 span { border-color: rgb(168,133,248); }

 td.TdClassName
 {
   border-color: #A885F8;
 }
 .TagClassName
 {
   border-color: #A885F8;
 }
</style>