#AD7CD1

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

Shades of East Side #AD7CD1

Tints of East Side #AD7CD1

Color information

#AD7CD1 (or 0xAD7CD1) is unknown color: approx East Side. HEX triplet: AD, 7C and D1. RGB value is (173,124,209). Sum of RGB (Red+Green+Blue) = 173+124+209=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 124 (48.83% from 255 or 24.51% from 506); Blue value is 209 (82.03% from 255 or 41.30% from 506); Max value from RGB is 209 - color contains mainly: blue. Hex color #AD7CD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7CD1 is #52832E. Grayscale: #949494. Windows color (decimal): -5407535 or 13728941. OLE color: 13728941.

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

Color convert

RGB173124209-
CMYK0.170.4100.18
HSL274.59º48.02%65.29%-
HSV(B)274.59º40.67%81.96%-
XYZ35.9527.963.81-
YUV148.34162.23145.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.19%
GREEN value IS 124 (48.83% from 255) = 24.51%
BLUE value IS 209 (82.03% from 255) = 41.30%
R=34.19%
G=24.51%
B=41.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1731242090.170.4100.18274.5948.0265.29
HexAD7CD111290121133041
Octal255174321215102242360101
Binary10101101111110011010001100011010010100101000100111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7CD1; }

 p { color: rgb(173,124,209); }

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

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

 a { background-color: rgb(173,124,209); }

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

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

 span { border-color: rgb(173,124,209); }

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