#AC8ABE

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

Shades of East Side #AC8ABE

Tints of East Side #AC8ABE

Color information

#AC8ABE (or 0xAC8ABE) is unknown color: approx East Side. HEX triplet: AC, 8A and BE. RGB value is (172,138,190). Sum of RGB (Red+Green+Blue) = 172+138+190=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 138 (54.30% from 255 or 27.6% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC8ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8ABE is #537541. Grayscale: #999999. Windows color (decimal): -5469506 or 12487340. OLE color: 12487340.

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

Color convert

RGB172138190-
CMYK0.090.2700.25
HSL279.23º28.57%64.31%-
HSV(B)279.23º27.37%74.51%-
XYZ35.430.6752.77-
YUV154.09148.26140.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.4%
GREEN value IS 138 (54.30% from 255) = 27.6%
BLUE value IS 190 (74.61% from 255) = 38%
R=34.4%
G=27.6%
B=38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721381900.090.2700.25279.2328.5764.31
HexAC8ABE91B0191171d40
Octal254212276113303142735100
Binary101011001000101010111110100111011011001100010111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8ABE; }

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

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

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

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

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

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

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

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