#AD7CBE

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

Shades of East Side #AD7CBE

Tints of East Side #AD7CBE

Color information

#AD7CBE (or 0xAD7CBE) is unknown color: approx East Side. HEX triplet: AD, 7C and BE. RGB value is (173,124,190). Sum of RGB (Red+Green+Blue) = 173+124+190=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 124 (48.83% from 255 or 25.46% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD7CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7CBE is #528341. Grayscale: #919191. Windows color (decimal): -5407554 or 12483757. OLE color: 12483757.

HSL color Cylindrical-coordinate representation of color #AD7CBE: hue angle of 284.55º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD7CBE is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB173124190-
CMYK0.090.3500.25
HSL284.55º33.67%61.57%-
HSV(B)284.55º34.74%74.51%-
XYZ33.7427.0252.15-
YUV146.17152.73147.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.52%
GREEN value IS 124 (48.83% from 255) = 25.46%
BLUE value IS 190 (74.61% from 255) = 39.01%
R=35.52%
G=25.46%
B=39.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731241900.090.3500.25284.5533.6761.57
HexAD7CBE92301911d223e
Octal25517427611430314354276
Binary101011011111100101111101001100011011001100011101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7CBE; }

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

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

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

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

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

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

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

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