#AC9CCA

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

Shades of Biloba Flower #AC9CCA

Tints of Biloba Flower #AC9CCA

Color information

#AC9CCA (or 0xAC9CCA) is unknown color: approx Biloba Flower. HEX triplet: AC, 9C and CA. RGB value is (172,156,202). Sum of RGB (Red+Green+Blue) = 172+156+202=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 156 (61.33% from 255 or 29.43% 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 #AC9CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9CCA is #536335. Grayscale: #A5A5A5. Windows color (decimal): -5464886 or 13278380. OLE color: 13278380.

HSL color Cylindrical-coordinate representation of color #AC9CCA: hue angle of 260.87º 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 #AC9CCA is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172156202-
CMYK0.150.2300.21
HSL260.87º30.26%70.2%-
HSV(B)260.87º22.77%79.22%-
XYZ39.5636.8160.9-
YUV166.03148.3132.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.45%
GREEN value IS 156 (61.33% from 255) = 29.43%
BLUE value IS 202 (79.30% from 255) = 38.11%
R=32.45%
G=29.43%
B=38.11%

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
Decimal1721562020.150.2300.21260.8730.2670.2
HexAC9CCAF170151051e46
Octal254234312172702540536106
Binary101011001001110011001010111110111010101100000101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9CCA; }

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

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

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

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

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

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

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

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