#AB9FCE

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

Shades of Biloba Flower #AB9FCE

Tints of Biloba Flower #AB9FCE

Color information

#AB9FCE (or 0xAB9FCE) is unknown color: approx Biloba Flower. HEX triplet: AB, 9F and CE. RGB value is (171,159,206). Sum of RGB (Red+Green+Blue) = 171+159+206=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB9FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9FCE is #546031. Grayscale: #A7A7A7. Windows color (decimal): -5529650 or 13541291. OLE color: 13541291.

HSL color Cylindrical-coordinate representation of color #AB9FCE: hue angle of 255.32º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AB9FCE is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB171159206-
CMYK0.170.2300.19
HSL255.32º32.41%71.57%-
HSV(B)255.32º22.82%80.78%-
XYZ40.3337.9163.58-
YUV167.95149.48130.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.90%
GREEN value IS 159 (62.5% from 255) = 29.66%
BLUE value IS 206 (80.86% from 255) = 38.43%
R=31.90%
G=29.66%
B=38.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1711592060.170.2300.19255.3232.4171.57
HexAB9FCE1117013ff2048
Octal253237316212702337740110
Binary1010101110011111110011101000110111010011111111111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9FCE; }

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

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

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

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

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

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

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

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