#AC9EB4

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

Shades of Chatelle #AC9EB4

Tints of Chatelle #AC9EB4

Color information

#AC9EB4 (or 0xAC9EB4) is unknown color: approx Chatelle. HEX triplet: AC, 9E and B4. RGB value is (172,158,180). Sum of RGB (Red+Green+Blue) = 172+158+180=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 158 (62.11% from 255 or 30.98% from 510); Blue value is 180 (70.70% from 255 or 35.29% from 510); Max value from RGB is 180 - color contains mainly: blue. Hex color #AC9EB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9EB4 is #53614B. Grayscale: #A4A4A4. Windows color (decimal): -5464396 or 11837100. OLE color: 11837100.

HSL color Cylindrical-coordinate representation of color #AC9EB4: hue angle of 278.18º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AC9EB4 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB172158180-
CMYK0.040.1200.29
HSL278.18º12.79%66.27%-
HSV(B)278.18º12.22%70.59%-
XYZ37.4836.5248.25-
YUV164.69136.64133.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.73%
GREEN value IS 158 (62.11% from 255) = 30.98%
BLUE value IS 180 (70.70% from 255) = 35.29%
R=33.73%
G=30.98%
B=35.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721581800.040.1200.29278.1812.7966.27
HexAC9EB44C01D116d42
Octal25423626441403542615102
Binary101011001001111010110100100110001110110001011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9EB4; }

 p { color: rgb(172,158,180); }

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

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

 a { background-color: rgb(172,158,180); }

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

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

 span { border-color: rgb(172,158,180); }

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