#AD7DCD

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

Shades of East Side #AD7DCD

Tints of East Side #AD7DCD

Color information

#AD7DCD (or 0xAD7DCD) is unknown color: approx East Side. HEX triplet: AD, 7D and CD. RGB value is (173,125,205). Sum of RGB (Red+Green+Blue) = 173+125+205=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 125 (49.22% from 255 or 24.85% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD7DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7DCD is #528232. Grayscale: #949494. Windows color (decimal): -5407283 or 13467053. OLE color: 13467053.

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

Color convert

RGB173125205-
CMYK0.160.3900.20
HSL276º44.44%64.71%-
HSV(B)276º39.02%80.39%-
XYZ35.5927.9661.28-
YUV148.47159.9145.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.39%
GREEN value IS 125 (49.22% from 255) = 24.85%
BLUE value IS 205 (80.47% from 255) = 40.76%
R=34.39%
G=24.85%
B=40.76%

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
Decimal1731252050.160.3900.2027644.4464.71
HexAD7DCD10270141142c41
Octal255175315204702442454101
Binary10101101111110111001101100001001110101001000101001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7DCD; }

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

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

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

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

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

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

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

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