#A885DF

Color #A885DF Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #A885DF

Tints of Biloba Flower #A885DF

Color information

#A885DF (or 0xA885DF) is unknown color: approx Biloba Flower. HEX triplet: A8, 85 and DF. RGB value is (168,133,223). Sum of RGB (Red+Green+Blue) = 168+133+223=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #A885DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A885DF is #577A20. Grayscale: #999999. Windows color (decimal): -5732897 or 14648744. OLE color: 14648744.

HSL color Cylindrical-coordinate representation of color #A885DF: hue angle of 263.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A885DF is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB168133223-
CMYK0.250.4000.13
HSL263.33º58.44%69.8%-
HSV(B)263.33º40.36%87.45%-
XYZ37.8630.4373.69-
YUV153.72167.1138.18-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.06%
GREEN value IS 133 (52.34% from 255) = 25.38%
BLUE value IS 223 (87.5% from 255) = 42.56%
R=32.06%
G=25.38%
B=42.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1681332230.250.4000.13263.3358.4469.8
HexA885DF19280D1073a46
Octal250205337315001540772106
Binary10101000100001011101111111001101000011011000001111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A885DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A885DF; }

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

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

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

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

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

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

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

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