#AB8FC9

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

Shades of Biloba Flower #AB8FC9

Tints of Biloba Flower #AB8FC9

Color information

#AB8FC9 (or 0xAB8FC9) is unknown color: approx Biloba Flower. HEX triplet: AB, 8F and C9. RGB value is (171,143,201). Sum of RGB (Red+Green+Blue) = 171+143+201=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 143 (56.25% from 255 or 27.77% from 515); Blue value is 201 (78.91% from 255 or 39.03% from 515); Max value from RGB is 201 - color contains mainly: blue. Hex color #AB8FC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8FC9 is #547036. Grayscale: #9D9D9D. Windows color (decimal): -5533751 or 13209515. OLE color: 13209515.

HSL color Cylindrical-coordinate representation of color #AB8FC9: hue angle of 268.97º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB8FC9 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB171143201-
CMYK0.150.2900.21
HSL268.97º34.94%67.45%-
HSV(B)268.97º28.86%78.82%-
XYZ37.1632.5259.58-
YUV157.98152.28137.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.20%
GREEN value IS 143 (56.25% from 255) = 27.77%
BLUE value IS 201 (78.91% from 255) = 39.03%
R=33.20%
G=27.77%
B=39.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1711432010.150.2900.21268.9734.9467.45
HexAB8FC9F1D01510d2343
Octal253217311173502541543103
Binary1010101110001111110010011111111010101011000011011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8FC9; }

 p { color: rgb(171,143,201); }

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

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

 a { background-color: rgb(171,143,201); }

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

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

 span { border-color: rgb(171,143,201); }

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