#AB8DD4

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

Shades of Biloba Flower #AB8DD4

Tints of Biloba Flower #AB8DD4

Color information

#AB8DD4 (or 0xAB8DD4) is unknown color: approx Biloba Flower. HEX triplet: AB, 8D and D4. RGB value is (171,141,212). Sum of RGB (Red+Green+Blue) = 171+141+212=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 141 (55.47% from 255 or 26.91% from 524); Blue value is 212 (83.20% from 255 or 40.46% from 524); Max value from RGB is 212 - color contains mainly: blue. Hex color #AB8DD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8DD4 is #54722B. Grayscale: #9D9D9D. Windows color (decimal): -5534252 or 13929899. OLE color: 13929899.

HSL color Cylindrical-coordinate representation of color #AB8DD4: hue angle of 265.35º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB8DD4 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB171141212-
CMYK0.190.3300.17
HSL265.35º45.22%69.22%-
HSV(B)265.35º33.49%83.14%-
XYZ38.232.4666.54-
YUV158.06158.44137.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.63%
GREEN value IS 141 (55.47% from 255) = 26.91%
BLUE value IS 212 (83.20% from 255) = 40.46%
R=32.63%
G=26.91%
B=40.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1711412120.190.3300.17265.3545.2269.22
HexAB8DD413210111092d45
Octal253215324234102141155105
Binary101010111000110111010100100111000010100011000010011011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8DD4; }

 p { color: rgb(171,141,212); }

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

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

 a { background-color: rgb(171,141,212); }

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

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

 span { border-color: rgb(171,141,212); }

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