#AC8ABC

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

Shades of East Side #AC8ABC

Tints of East Side #AC8ABC

Color information

#AC8ABC (or 0xAC8ABC) is unknown color: approx East Side. HEX triplet: AC, 8A and BC. RGB value is (172,138,188). Sum of RGB (Red+Green+Blue) = 172+138+188=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC8ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8ABC is #537543. Grayscale: #999999. Windows color (decimal): -5469508 or 12356268. OLE color: 12356268.

HSL color Cylindrical-coordinate representation of color #AC8ABC: hue angle of 280.8º degrees, saturation: 0.27, 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 #AC8ABC is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB172138188-
CMYK0.090.2700.26
HSL280.8º27.17%63.92%-
HSV(B)280.8º26.6%73.73%-
XYZ35.1830.5851.63-
YUV153.87147.26140.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.54%
GREEN value IS 138 (54.30% from 255) = 27.71%
BLUE value IS 188 (73.83% from 255) = 37.75%
R=34.54%
G=27.71%
B=37.75%

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
Decimal1721381880.090.2700.26280.827.1763.92
HexAC8ABC91B01A1191b40
Octal254212274113303243133100
Binary101011001000101010111100100111011011010100011001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8ABC; }

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

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

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

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

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

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

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

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