#AB9CCA

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

Shades of Biloba Flower #AB9CCA

Tints of Biloba Flower #AB9CCA

Color information

#AB9CCA (or 0xAB9CCA) is unknown color: approx Biloba Flower. HEX triplet: AB, 9C and CA. RGB value is (171,156,202). Sum of RGB (Red+Green+Blue) = 171+156+202=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB9CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9CCA is #546335. Grayscale: #A5A5A5. Windows color (decimal): -5530422 or 13278379. OLE color: 13278379.

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

Color convert

RGB171156202-
CMYK0.150.2300.21
HSL259.57º30.26%70.2%-
HSV(B)259.57º22.77%79.22%-
XYZ39.3436.760.89-
YUV165.73148.47131.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.33%
GREEN value IS 156 (61.33% from 255) = 29.49%
BLUE value IS 202 (79.30% from 255) = 38.19%
R=32.33%
G=29.49%
B=38.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1711562020.150.2300.21259.5730.2670.2
HexAB9CCAF170151041e46
Octal253234312172702540436106
Binary101010111001110011001010111110111010101100000100111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9CCA; }

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

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

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

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

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

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

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

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