#AD7ECE

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

Shades of East Side #AD7ECE

Tints of East Side #AD7ECE

Color information

#AD7ECE (or 0xAD7ECE) is unknown color: approx East Side. HEX triplet: AD, 7E and CE. RGB value is (173,126,206). Sum of RGB (Red+Green+Blue) = 173+126+206=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 126 (49.61% from 255 or 24.95% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD7ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7ECE is #528131. Grayscale: #949494. Windows color (decimal): -5407026 or 13532845. OLE color: 13532845.

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

Color convert

RGB173126206-
CMYK0.160.3900.19
HSL275.25º44.94%65.1%-
HSV(B)275.25º38.83%80.78%-
XYZ35.8428.2661.96-
YUV149.17160.07145-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.26%
GREEN value IS 126 (49.61% from 255) = 24.95%
BLUE value IS 206 (80.86% from 255) = 40.79%
R=34.26%
G=24.95%
B=40.79%

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
Decimal1731262060.160.3900.19275.2544.9465.1
HexAD7ECE10270131132d41
Octal255176316204702342355101
Binary10101101111111011001110100001001110100111000100111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7ECE; }

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

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

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

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

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

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

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

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