#AC7DCA

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

Shades of East Side #AC7DCA

Tints of East Side #AC7DCA

Color information

#AC7DCA (or 0xAC7DCA) is unknown color: approx East Side. HEX triplet: AC, 7D and CA. RGB value is (172,125,202). Sum of RGB (Red+Green+Blue) = 172+125+202=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 125 (49.22% from 255 or 25.05% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC7DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7DCA is #538235. Grayscale: #939393. Windows color (decimal): -5472822 or 13270444. OLE color: 13270444.

HSL color Cylindrical-coordinate representation of color #AC7DCA: hue angle of 276.62º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC7DCA is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172125202-
CMYK0.150.3800.21
HSL276.62º42.08%64.12%-
HSV(B)276.62º38.12%79.22%-
XYZ35.0127.759.38-
YUV147.83158.57145.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.47%
GREEN value IS 125 (49.22% from 255) = 25.05%
BLUE value IS 202 (79.30% from 255) = 40.48%
R=34.47%
G=25.05%
B=40.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721252020.150.3800.21276.6242.0864.12
HexAC7DCAF260151152a40
Octal254175312174602542552100
Binary1010110011111011100101011111001100101011000101011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7DCA; }

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

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

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

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

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

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

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

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