#AC9DC2

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

Shades of Biloba Flower #AC9DC2

Tints of Biloba Flower #AC9DC2

Color information

#AC9DC2 (or 0xAC9DC2) is unknown color: approx Biloba Flower. HEX triplet: AC, 9D and C2. RGB value is (172,157,194). Sum of RGB (Red+Green+Blue) = 172+157+194=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 157 (61.72% from 255 or 30.02% from 523); Blue value is 194 (76.17% from 255 or 37.09% from 523); Max value from RGB is 194 - color contains mainly: blue. Hex color #AC9DC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9DC2 is #53623D. Grayscale: #A5A5A5. Windows color (decimal): -5464638 or 12754348. OLE color: 12754348.

HSL color Cylindrical-coordinate representation of color #AC9DC2: hue angle of 264.32º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AC9DC2 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB172157194-
CMYK0.110.1900.24
HSL264.32º23.27%68.82%-
HSV(B)264.32º19.07%76.08%-
XYZ38.8136.7856.09-
YUV165.7143.97132.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.89%
GREEN value IS 157 (61.72% from 255) = 30.02%
BLUE value IS 194 (76.17% from 255) = 37.09%
R=32.89%
G=30.02%
B=37.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721571940.110.1900.24264.3223.2768.82
HexAC9DC2B130181081745
Octal254235302132303041027105
Binary101011001001110111000010101110011011000100001000101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9DC2; }

 p { color: rgb(172,157,194); }

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

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

 a { background-color: rgb(172,157,194); }

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

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

 span { border-color: rgb(172,157,194); }

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