#AC8ABD

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

Shades of East Side #AC8ABD

Tints of East Side #AC8ABD

Color information

#AC8ABD (or 0xAC8ABD) is unknown color: approx East Side. HEX triplet: AC, 8A and BD. RGB value is (172,138,189). Sum of RGB (Red+Green+Blue) = 172+138+189=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 138 (54.30% from 255 or 27.66% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC8ABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8ABD is #537542. Grayscale: #999999. Windows color (decimal): -5469507 or 12421804. OLE color: 12421804.

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

Color convert

RGB172138189-
CMYK0.090.2700.26
HSL280º27.87%64.12%-
HSV(B)280º26.98%74.12%-
XYZ35.2930.6252.19-
YUV153.98147.76140.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.47%
GREEN value IS 138 (54.30% from 255) = 27.66%
BLUE value IS 189 (74.22% from 255) = 37.88%
R=34.47%
G=27.66%
B=37.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721381890.090.2700.2628027.8764.12
HexAC8ABD91B01A1181c40
Octal254212275113303243034100
Binary101011001000101010111101100111011011010100011000111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8ABD; }

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

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

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

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

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

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

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

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