#AB85DE

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

Shades of Biloba Flower #AB85DE

Tints of Biloba Flower #AB85DE

Color information

#AB85DE (or 0xAB85DE) is unknown color: approx Biloba Flower. HEX triplet: AB, 85 and DE. RGB value is (171,133,222). Sum of RGB (Red+Green+Blue) = 171+133+222=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 133 (52.34% from 255 or 25.29% from 526); Blue value is 222 (87.11% from 255 or 42.21% from 526); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB85DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB85DE is #547A21. Grayscale: #9A9A9A. Windows color (decimal): -5536290 or 14583211. OLE color: 14583211.

HSL color Cylindrical-coordinate representation of color #AB85DE: hue angle of 265.62º degrees, saturation: 0.57, 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 #AB85DE is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB171133222-
CMYK0.230.4000.13
HSL265.62º57.42%69.61%-
HSV(B)265.62º40.09%87.06%-
XYZ38.3730.7173.01-
YUV154.51166.09139.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.51%
GREEN value IS 133 (52.34% from 255) = 25.29%
BLUE value IS 222 (87.11% from 255) = 42.21%
R=32.51%
G=25.29%
B=42.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711332220.230.4000.13265.6257.4269.61
HexAB85DE17280D10a3946
Octal253205336275001541271106
Binary10101011100001011101111010111101000011011000010101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB85DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB85DE; }

 p { color: rgb(171,133,222); }

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

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

 a { background-color: rgb(171,133,222); }

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

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

 span { border-color: rgb(171,133,222); }

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