#AB9FC8

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

Shades of Biloba Flower #AB9FC8

Tints of Biloba Flower #AB9FC8

Color information

#AB9FC8 (or 0xAB9FC8) is unknown color: approx Biloba Flower. HEX triplet: AB, 9F and C8. RGB value is (171,159,200). Sum of RGB (Red+Green+Blue) = 171+159+200=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 200 (78.52% from 255 or 37.74% from 530); Max value from RGB is 200 - color contains mainly: blue. Hex color #AB9FC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9FC8 is #546037. Grayscale: #A7A7A7. Windows color (decimal): -5529656 or 13148075. OLE color: 13148075.

HSL color Cylindrical-coordinate representation of color #AB9FC8: hue angle of 257.56º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AB9FC8 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB171159200-
CMYK0.140.2000.22
HSL257.56º27.15%70.39%-
HSV(B)257.56º20.5%78.43%-
XYZ39.6237.6259.82-
YUV167.26146.48130.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.26%
GREEN value IS 159 (62.5% from 255) = 30%
BLUE value IS 200 (78.52% from 255) = 37.74%
R=32.26%
G=30%
B=37.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1711592000.140.2000.22257.5627.1570.39
HexAB9FC8E140161021b46
Octal253237310162402640233106
Binary101010111001111111001000111010100010110100000010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9FC8; }

 p { color: rgb(171,159,200); }

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

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

 a { background-color: rgb(171,159,200); }

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

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

 span { border-color: rgb(171,159,200); }

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