#AC8AC9

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

Shades of East Side #AC8AC9

Tints of East Side #AC8AC9

Color information

#AC8AC9 (or 0xAC8AC9) is unknown color: approx East Side. HEX triplet: AC, 8A and C9. RGB value is (172,138,201). Sum of RGB (Red+Green+Blue) = 172+138+201=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 138 (54.30% from 255 or 27.01% from 511); Blue value is 201 (78.91% from 255 or 39.33% from 511); Max value from RGB is 201 - color contains mainly: blue. Hex color #AC8AC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8AC9 is #537536. Grayscale: #9B9B9B. Windows color (decimal): -5469495 or 13208236. OLE color: 13208236.

HSL color Cylindrical-coordinate representation of color #AC8AC9: hue angle of 272.38º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC8AC9 is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172138201-
CMYK0.140.3100.21
HSL272.38º36.84%66.47%-
HSV(B)272.38º31.34%78.82%-
XYZ36.6431.1659.34-
YUV155.35153.76139.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.66%
GREEN value IS 138 (54.30% from 255) = 27.01%
BLUE value IS 201 (78.91% from 255) = 39.33%
R=33.66%
G=27.01%
B=39.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721382010.140.3100.21272.3836.8466.47
HexAC8AC9E1F0151102542
Octal254212311163702542045102
Binary1010110010001010110010011110111110101011000100001001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8AC9; }

 p { color: rgb(172,138,201); }

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

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

 a { background-color: rgb(172,138,201); }

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

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

 span { border-color: rgb(172,138,201); }

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