#AB9FDF

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

Shades of Biloba Flower #AB9FDF

Tints of Biloba Flower #AB9FDF

Color information

#AB9FDF (or 0xAB9FDF) is unknown color: approx Biloba Flower. HEX triplet: AB, 9F and DF. RGB value is (171,159,223). Sum of RGB (Red+Green+Blue) = 171+159+223=553 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.92% from 553); Green value is 159 (62.5% from 255 or 28.75% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB9FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9FDF is #546020. Grayscale: #A9A9A9. Windows color (decimal): -5529633 or 14655403. OLE color: 14655403.

HSL color Cylindrical-coordinate representation of color #AB9FDF: hue angle of 251.25º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB9FDF is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB171159223-
CMYK0.230.2900.13
HSL251.25º50%74.9%-
HSV(B)251.25º28.7%87.45%-
XYZ42.5138.7875.06-
YUV169.88157.98128.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.92%
GREEN value IS 159 (62.5% from 255) = 28.75%
BLUE value IS 223 (87.5% from 255) = 40.33%
R=30.92%
G=28.75%
B=40.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711592230.230.2900.13251.255074.9
HexAB9FDF171D0Dfb324b
Octal253237337273501537362113
Binary101010111001111111011111101111110101101111110111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9FDF; }

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

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

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

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

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

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

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

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