#AC7DCC

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

Shades of East Side #AC7DCC

Tints of East Side #AC7DCC

Color information

#AC7DCC (or 0xAC7DCC) is unknown color: approx East Side. HEX triplet: AC, 7D and CC. RGB value is (172,125,204). Sum of RGB (Red+Green+Blue) = 172+125+204=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 125 (49.22% from 255 or 24.95% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC7DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7DCC is #538233. Grayscale: #939393. Windows color (decimal): -5472820 or 13401516. OLE color: 13401516.

HSL color Cylindrical-coordinate representation of color #AC7DCC: hue angle of 275.7º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC7DCC is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB172125204-
CMYK0.160.3900.2
HSL275.7º43.65%64.51%-
HSV(B)275.7º38.73%80%-
XYZ35.2527.860.63-
YUV148.06159.57145.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.33%
GREEN value IS 125 (49.22% from 255) = 24.95%
BLUE value IS 204 (80.08% from 255) = 40.72%
R=34.33%
G=24.95%
B=40.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1721252040.160.3900.2275.743.6564.51
HexAC7DCC10270141142c41
Octal254175314204702442454101
Binary10101100111110111001100100001001110101001000101001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7DCC; }

 p { color: rgb(172,125,204); }

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

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

 a { background-color: rgb(172,125,204); }

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

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

 span { border-color: rgb(172,125,204); }

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