#AD73C4

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

Shades of East Side #AD73C4

Tints of East Side #AD73C4

Color information

#AD73C4 (or 0xAD73C4) is unknown color: approx East Side. HEX triplet: AD, 73 and C4. RGB value is (173,115,196). Sum of RGB (Red+Green+Blue) = 173+115+196=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 115 (45.31% from 255 or 23.76% from 484); Blue value is 196 (76.95% from 255 or 40.50% from 484); Max value from RGB is 196 - color contains mainly: blue. Hex color #AD73C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD73C4 is #528C3B. Grayscale: #8D8D8D. Windows color (decimal): -5409852 or 12874669. OLE color: 12874669.

HSL color Cylindrical-coordinate representation of color #AD73C4: hue angle of 282.96º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD73C4 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB173115196-
CMYK0.120.4100.23
HSL282.96º40.7%60.98%-
HSV(B)282.96º41.33%76.86%-
XYZ33.3325.1355.32-
YUV141.58158.72150.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.74%
GREEN value IS 115 (45.31% from 255) = 23.76%
BLUE value IS 196 (76.95% from 255) = 40.50%
R=35.74%
G=23.76%
B=40.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731151960.120.4100.23282.9640.760.98
HexAD73C4C2901711b293d
Octal25516330414510274335175
Binary101011011110011110001001100101001010111100011011101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD73C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD73C4; }

 p { color: rgb(173,115,196); }

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

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

 a { background-color: rgb(173,115,196); }

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

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

 span { border-color: rgb(173,115,196); }

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