#AC7ACE

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

Shades of East Side #AC7ACE

Tints of East Side #AC7ACE

Color information

#AC7ACE (or 0xAC7ACE) is unknown color: approx East Side. HEX triplet: AC, 7A and CE. RGB value is (172,122,206). Sum of RGB (Red+Green+Blue) = 172+122+206=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 122 (48.05% from 255 or 24.4% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC7ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7ACE is #538531. Grayscale: #929292. Windows color (decimal): -5473586 or 13531820. OLE color: 13531820.

HSL color Cylindrical-coordinate representation of color #AC7ACE: hue angle of 275.71º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC7ACE is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB172122206-
CMYK0.170.4100.19
HSL275.71º46.15%64.31%-
HSV(B)275.71º40.78%80.78%-
XYZ35.1127.1561.78-
YUV146.53161.56146.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.4%
GREEN value IS 122 (48.05% from 255) = 24.4%
BLUE value IS 206 (80.86% from 255) = 41.2%
R=34.4%
G=24.4%
B=41.2%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1721222060.170.4100.19275.7146.1564.31
HexAC7ACE11290131142e40
Octal254172316215102342456100
Binary10101100111101011001110100011010010100111000101001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7ACE; }

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

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

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

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

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

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

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

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