#AB9FDA

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

Shades of Biloba Flower #AB9FDA

Tints of Biloba Flower #AB9FDA

Color information

#AB9FDA (or 0xAB9FDA) is unknown color: approx Biloba Flower. HEX triplet: AB, 9F and DA. RGB value is (171,159,218). Sum of RGB (Red+Green+Blue) = 171+159+218=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 159 (62.5% from 255 or 29.01% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB9FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9FDA is #546025. Grayscale: #A9A9A9. Windows color (decimal): -5529638 or 14327723. OLE color: 14327723.

HSL color Cylindrical-coordinate representation of color #AB9FDA: hue angle of 252.2º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB9FDA is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB171159218-
CMYK0.220.2700.15
HSL252.2º44.36%73.92%-
HSV(B)252.2º27.06%85.49%-
XYZ41.8538.5271.56-
YUV169.31155.48129.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.20%
GREEN value IS 159 (62.5% from 255) = 29.01%
BLUE value IS 218 (85.55% from 255) = 39.78%
R=31.20%
G=29.01%
B=39.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1711592180.220.2700.15252.244.3673.92
HexAB9FDA161B0Ffc2c4a
Octal253237332263301737454112
Binary101010111001111111011010101101101101111111111001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9FDA; }

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

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

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

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

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

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

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

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