#AD7DCE

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

Shades of East Side #AD7DCE

Tints of East Side #AD7DCE

Color information

#AD7DCE (or 0xAD7DCE) is unknown color: approx East Side. HEX triplet: AD, 7D and CE. RGB value is (173,125,206). Sum of RGB (Red+Green+Blue) = 173+125+206=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 125 (49.22% from 255 or 24.80% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD7DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7DCE is #528231. Grayscale: #949494. Windows color (decimal): -5407282 or 13532589. OLE color: 13532589.

HSL color Cylindrical-coordinate representation of color #AD7DCE: hue angle of 275.56º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD7DCE is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB173125206-
CMYK0.160.3900.19
HSL275.56º45.25%64.9%-
HSV(B)275.56º39.32%80.78%-
XYZ35.7128.0161.92-
YUV148.59160.4145.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.33%
GREEN value IS 125 (49.22% from 255) = 24.80%
BLUE value IS 206 (80.86% from 255) = 40.87%
R=34.33%
G=24.80%
B=40.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1731252060.160.3900.19275.5645.2564.9
HexAD7DCE10270131142d41
Octal255175316204702342455101
Binary10101101111110111001110100001001110100111000101001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7DCE; }

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

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

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

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

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

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

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

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