#AC8ABA

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

Shades of East Side #AC8ABA

Tints of East Side #AC8ABA

Color information

#AC8ABA (or 0xAC8ABA) is unknown color: approx East Side. HEX triplet: AC, 8A and BA. RGB value is (172,138,186). Sum of RGB (Red+Green+Blue) = 172+138+186=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC8ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8ABA is #537545. Grayscale: #999999. Windows color (decimal): -5469510 or 12225196. OLE color: 12225196.

HSL color Cylindrical-coordinate representation of color #AC8ABA: hue angle of 282.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC8ABA is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB172138186-
CMYK0.080.2600.27
HSL282.5º25.81%63.53%-
HSV(B)282.5º25.81%72.94%-
XYZ34.9630.4950.5-
YUV153.64146.26141.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.68%
GREEN value IS 138 (54.30% from 255) = 27.82%
BLUE value IS 186 (73.05% from 255) = 37.5%
R=34.68%
G=27.82%
B=37.5%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721381860.080.2600.27282.525.8163.53
HexAC8ABA81A01B11a1a40
Octal254212272103203343232100
Binary101011001000101010111010100011010011011100011010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8ABA; }

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

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

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

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

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

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

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

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