#A885DB

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

Shades of Biloba Flower #A885DB

Tints of Biloba Flower #A885DB

Color information

#A885DB (or 0xA885DB) is unknown color: approx Biloba Flower. HEX triplet: A8, 85 and DB. RGB value is (168,133,219). Sum of RGB (Red+Green+Blue) = 168+133+219=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 133 (52.34% from 255 or 25.58% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #A885DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A885DB is #577A24. Grayscale: #989898. Windows color (decimal): -5732901 or 14386600. OLE color: 14386600.

HSL color Cylindrical-coordinate representation of color #A885DB: hue angle of 264.42º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A885DB is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB168133219-
CMYK0.230.3900.14
HSL264.42º54.43%69.02%-
HSV(B)264.42º39.27%85.88%-
XYZ37.3230.2170.88-
YUV153.27165.1138.51-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.31%
GREEN value IS 133 (52.34% from 255) = 25.58%
BLUE value IS 219 (85.94% from 255) = 42.12%
R=32.31%
G=25.58%
B=42.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1681332190.230.3900.14264.4254.4369.02
HexA885DB17270E1083645
Octal250205333274701641066105
Binary10101000100001011101101110111100111011101000010001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A885DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A885DB; }

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

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

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

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

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

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

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

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