#AD74BE

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

Shades of East Side #AD74BE

Tints of East Side #AD74BE

Color information

#AD74BE (or 0xAD74BE) is unknown color: approx East Side. HEX triplet: AD, 74 and BE. RGB value is (173,116,190). Sum of RGB (Red+Green+Blue) = 173+116+190=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 116 (45.70% from 255 or 24.22% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD74BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD74BE is #528B41. Grayscale: #8D8D8D. Windows color (decimal): -5409602 or 12481709. OLE color: 12481709.

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

Color convert

RGB173116190-
CMYK0.090.3900.25
HSL286.22º36.27%60%-
HSV(B)286.22º38.95%74.51%-
XYZ32.7725.0951.83-
YUV141.48155.38150.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.12%
GREEN value IS 116 (45.70% from 255) = 24.22%
BLUE value IS 190 (74.61% from 255) = 39.67%
R=36.12%
G=24.22%
B=39.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731161900.090.3900.25286.2236.2760
HexAD74BE92701911e243c
Octal25516427611470314364474
Binary101011011110100101111101001100111011001100011110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD74BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD74BE; }

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

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

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

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

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

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

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

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