#AC9DC0

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

Shades of Biloba Flower #AC9DC0

Tints of Biloba Flower #AC9DC0

Color information

#AC9DC0 (or 0xAC9DC0) is unknown color: approx Biloba Flower. HEX triplet: AC, 9D and C0. RGB value is (172,157,192). Sum of RGB (Red+Green+Blue) = 172+157+192=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC9DC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9DC0 is #53623F. Grayscale: #A5A5A5. Windows color (decimal): -5464640 or 12623276. OLE color: 12623276.

HSL color Cylindrical-coordinate representation of color #AC9DC0: hue angle of 265.71º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AC9DC0 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB172157192-
CMYK0.100.1800.25
HSL265.71º21.74%68.43%-
HSV(B)265.71º18.23%75.29%-
XYZ38.5836.6954.92-
YUV165.48142.97132.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.01%
GREEN value IS 157 (61.72% from 255) = 30.13%
BLUE value IS 192 (75.39% from 255) = 36.85%
R=33.01%
G=30.13%
B=36.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721571920.100.1800.25265.7121.7468.43
HexAC9DC0A1201910a1644
Octal254235300122203141226104
Binary101011001001110111000000101010010011001100001010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9DC0; }

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

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

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

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

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

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

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

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