#AC7ABE

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

Shades of East Side #AC7ABE

Tints of East Side #AC7ABE

Color information

#AC7ABE (or 0xAC7ABE) is unknown color: approx East Side. HEX triplet: AC, 7A and BE. RGB value is (172,122,190). Sum of RGB (Red+Green+Blue) = 172+122+190=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC7ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7ABE is #538541. Grayscale: #909090. Windows color (decimal): -5473602 or 12483244. OLE color: 12483244.

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

Color convert

RGB172122190-
CMYK0.090.3600.25
HSL284.12º34.34%61.18%-
HSV(B)284.12º35.79%74.51%-
XYZ33.2726.4152.06-
YUV144.7153.56147.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.54%
GREEN value IS 122 (48.05% from 255) = 25.21%
BLUE value IS 190 (74.61% from 255) = 39.26%
R=35.54%
G=25.21%
B=39.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721221900.090.3600.25284.1234.3461.18
HexAC7ABE92401911c223d
Octal25417227611440314344275
Binary101011001111010101111101001100100011001100011100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7ABE; }

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

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

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

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

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

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

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

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