#AC7DC0

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

Shades of East Side #AC7DC0

Tints of East Side #AC7DC0

Color information

#AC7DC0 (or 0xAC7DC0) is unknown color: approx East Side. HEX triplet: AC, 7D and C0. RGB value is (172,125,192). Sum of RGB (Red+Green+Blue) = 172+125+192=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 125 (49.22% from 255 or 25.56% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC7DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7DC0 is #53823F. Grayscale: #929292. Windows color (decimal): -5472832 or 12615084. OLE color: 12615084.

HSL color Cylindrical-coordinate representation of color #AC7DC0: hue angle of 282.09º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC7DC0 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB172125192-
CMYK0.100.3500.25
HSL282.09º34.72%62.16%-
HSV(B)282.09º34.9%75.29%-
XYZ33.8627.2453.34-
YUV146.69153.57146.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.17%
GREEN value IS 125 (49.22% from 255) = 25.56%
BLUE value IS 192 (75.39% from 255) = 39.26%
R=35.17%
G=25.56%
B=39.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721251920.100.3500.25282.0934.7262.16
HexAC7DC0A2301911a233e
Octal25417530012430314324376
Binary101011001111101110000001010100011011001100011010100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7DC0; }

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

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

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

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

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

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

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

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