#AC8ACC

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

Shades of East Side #AC8ACC

Tints of East Side #AC8ACC

Color information

#AC8ACC (or 0xAC8ACC) is unknown color: approx East Side. HEX triplet: AC, 8A and CC. RGB value is (172,138,204). Sum of RGB (Red+Green+Blue) = 172+138+204=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 138 (54.30% from 255 or 26.85% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC8ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8ACC is #537533. Grayscale: #9B9B9B. Windows color (decimal): -5469492 or 13404844. OLE color: 13404844.

HSL color Cylindrical-coordinate representation of color #AC8ACC: hue angle of 270.91º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC8ACC is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB172138204-
CMYK0.160.3200.2
HSL270.91º39.29%67.06%-
HSV(B)270.91º32.35%80%-
XYZ3731.3161.22-
YUV155.69155.26139.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.46%
GREEN value IS 138 (54.30% from 255) = 26.85%
BLUE value IS 204 (80.08% from 255) = 39.69%
R=33.46%
G=26.85%
B=39.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1721382040.160.3200.2270.9139.2967.06
HexAC8ACC102001410f2743
Octal254212314204002441747103
Binary101011001000101011001100100001000000101001000011111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8ACC; }

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

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

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

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

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

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

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

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