#AC9ABE

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

Shades of East Side #AC9ABE

Tints of East Side #AC9ABE

Color information

#AC9ABE (or 0xAC9ABE) is unknown color: approx East Side. HEX triplet: AC, 9A and BE. RGB value is (172,154,190). Sum of RGB (Red+Green+Blue) = 172+154+190=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC9ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9ABE is #536541. Grayscale: #A3A3A3. Windows color (decimal): -5465410 or 12491436. OLE color: 12491436.

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

Color convert

RGB172154190-
CMYK0.090.1900.25
HSL270º21.69%67.45%-
HSV(B)270º18.95%74.51%-
XYZ37.8635.653.59-
YUV163.49142.96134.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.33%
GREEN value IS 154 (60.55% from 255) = 29.84%
BLUE value IS 190 (74.61% from 255) = 36.82%
R=33.33%
G=29.84%
B=36.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721541900.090.1900.2527021.6967.45
HexAC9ABE91301910e1643
Octal254232276112303141626103
Binary101011001001101010111110100110011011001100001110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9ABE; }

 p { color: rgb(172,154,190); }

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

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

 a { background-color: rgb(172,154,190); }

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

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

 span { border-color: rgb(172,154,190); }

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