#AC7DD0

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

Shades of East Side #AC7DD0

Tints of East Side #AC7DD0

Color information

#AC7DD0 (or 0xAC7DD0) is unknown color: approx East Side. HEX triplet: AC, 7D and D0. RGB value is (172,125,208). Sum of RGB (Red+Green+Blue) = 172+125+208=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 125 (49.22% from 255 or 24.75% from 505); Blue value is 208 (81.64% from 255 or 41.19% from 505); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC7DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7DD0 is #53822F. Grayscale: #949494. Windows color (decimal): -5472816 or 13663660. OLE color: 13663660.

HSL color Cylindrical-coordinate representation of color #AC7DD0: hue angle of 273.98º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC7DD0 is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB172125208-
CMYK0.170.4000.18
HSL273.98º46.89%65.29%-
HSV(B)273.98º39.9%81.57%-
XYZ35.7327.9963.19-
YUV148.51161.57144.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.06%
GREEN value IS 125 (49.22% from 255) = 24.75%
BLUE value IS 208 (81.64% from 255) = 41.19%
R=34.06%
G=24.75%
B=41.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1721252080.170.4000.18273.9846.8965.29
HexAC7DD011280121122f41
Octal254175320215002242257101
Binary10101100111110111010000100011010000100101000100101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7DD0; }

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

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

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

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

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

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

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

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