#AC7DCD

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

Shades of East Side #AC7DCD

Tints of East Side #AC7DCD

Color information

#AC7DCD (or 0xAC7DCD) is unknown color: approx East Side. HEX triplet: AC, 7D and CD. RGB value is (172,125,205). Sum of RGB (Red+Green+Blue) = 172+125+205=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC7DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7DCD is #538232. Grayscale: #939393. Windows color (decimal): -5472819 or 13467052. OLE color: 13467052.

HSL color Cylindrical-coordinate representation of color #AC7DCD: hue angle of 275.25º 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 #AC7DCD is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB172125205-
CMYK0.160.3900.20
HSL275.25º44.44%64.71%-
HSV(B)275.25º39.02%80.39%-
XYZ35.3727.8561.27-
YUV148.17160.07145-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.26%
GREEN value IS 125 (49.22% from 255) = 24.90%
BLUE value IS 205 (80.47% from 255) = 40.84%
R=34.26%
G=24.90%
B=40.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721252050.160.3900.20275.2544.4464.71
HexAC7DCD10270141132c41
Octal254175315204702442354101
Binary10101100111110111001101100001001110101001000100111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7DCD; }

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

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

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

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

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

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

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

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