#AB9DCA

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

Shades of Biloba Flower #AB9DCA

Tints of Biloba Flower #AB9DCA

Color information

#AB9DCA (or 0xAB9DCA) is unknown color: approx Biloba Flower. HEX triplet: AB, 9D and CA. RGB value is (171,157,202). Sum of RGB (Red+Green+Blue) = 171+157+202=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 157 (61.72% from 255 or 29.62% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB9DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9DCA is #546235. Grayscale: #A6A6A6. Windows color (decimal): -5530166 or 13278635. OLE color: 13278635.

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

Color convert

RGB171157202-
CMYK0.150.2200.21
HSL258.67º29.8%70.39%-
HSV(B)258.67º22.28%79.22%-
XYZ39.5137.0460.94-
YUV166.32148.14131.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.26%
GREEN value IS 157 (61.72% from 255) = 29.62%
BLUE value IS 202 (79.30% from 255) = 38.11%
R=32.26%
G=29.62%
B=38.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1711572020.150.2200.21258.6729.870.39
HexAB9DCAF160151031e46
Octal253235312172602540336106
Binary101010111001110111001010111110110010101100000011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9DCA; }

 p { color: rgb(171,157,202); }

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

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

 a { background-color: rgb(171,157,202); }

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

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

 span { border-color: rgb(171,157,202); }

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