Html Css Color HEX #AD73BA East Side

📋 copy color: '#AD73BA'

red 173 ◦ green 115 ◦ blue 186

#AD73BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #AD73BA

Tints of East Side #AD73BA

RGB

 RED value IS 173 (67.97% from 255) = 36.5%

 GREEN value IS 115 (45.31% from 255) = 24.26%

 BLUE value IS 186 (73.05% from 255) = 39.24%

R = 36.5%
G = 24.26%
B = 39.24%

CMYK

 C value IS 0.07

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD73BA (or 0xAD73BA) is known color: East Side. HEX triplet: AD, 73 and BA. RGB value is (173,115,186). Sum of RGB (Red+Green+Blue) = 173+115+186=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD73BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD73BA is #528C45. Grayscale: #8C8C8C. Windows color (decimal): -5409862 or 12219309. OLE color: 12219309.

HSL color Cylindrical-coordinate representation of color #AD73BA: hue angle of 289.01º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD73BA is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 115 186 -
CMYK 0.07 0.38 0 0.27
HSL 289.01º 0.34% 0.59% -
HSV(B) 289.01º 0.38% 0.73% -
XYZ 32.23 24.69 49.52 -
YUV 140.44 153.72 151.23 -
System Red Green Blue C M Y K H S L
Decimal 173 115 186 0.07 0.38 0 0.27 289.01 0.34 0.59
Hex AD 73 BA 7 26 0 1B 121 22 3B
Octal 255 163 272 7 46 0 33 441 42 73
Binary 10101101 1110011 10111010 111 100110 0 11011 100100001 100010 111011

Color Harmonies of #AD73BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD73BA

Black with #AD73BA

Text Example


Text Example

White with #AD73BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD73BA; }

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

 H1.HeaderClassName
 {
   color: #AD73BA;
 }
 .AnyTagClassName
 {
   color: #AD73BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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