#AC9CBC

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

Shades of East Side #AC9CBC

Tints of East Side #AC9CBC

Color information

#AC9CBC (or 0xAC9CBC) is unknown color: approx East Side. HEX triplet: AC, 9C and BC. RGB value is (172,156,188). Sum of RGB (Red+Green+Blue) = 172+156+188=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC9CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9CBC is #536343. Grayscale: #A4A4A4. Windows color (decimal): -5464900 or 12360876. OLE color: 12360876.

HSL color Cylindrical-coordinate representation of color #AC9CBC: hue angle of 270º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AC9CBC is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB172156188-
CMYK0.090.1700.26
HSL270º19.28%67.45%-
HSV(B)270º17.02%73.73%-
XYZ37.9836.1852.56-
YUV164.43141.3133.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.33%
GREEN value IS 156 (61.33% from 255) = 30.23%
BLUE value IS 188 (73.83% from 255) = 36.43%
R=33.33%
G=30.23%
B=36.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721561880.090.1700.2627019.2867.45
HexAC9CBC91101A10e1343
Octal254234274112103241623103
Binary101011001001110010111100100110001011010100001110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9CBC; }

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

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

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

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

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

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

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

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