Html Css Color HEX #AD73C1 East Side

📋 copy color: '#AD73C1'

red 173 ◦ green 115 ◦ blue 193

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

Shades of East Side #AD73C1

Tints of East Side #AD73C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.12%

R = 35.97%
G = 23.91%
B = 40.12%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AD73C1 (or 0xAD73C1) is known color: East Side. HEX triplet: AD, 73 and C1. RGB value is (173,115,193). Sum of RGB (Red+Green+Blue) = 173+115+193=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 115 (45.31% from 255 or 23.91% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD73C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD73C1 is #528C3E. Grayscale: #8C8C8C. Windows color (decimal): -5409855 or 12678061. OLE color: 12678061.

HSL color Cylindrical-coordinate representation of color #AD73C1: hue angle of 284.62º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD73C1 is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 115 193 -
CMYK 0.10 0.40 0 0.24
HSL 284.62º 0.39% 0.6% -
HSV(B) 284.62º 0.4% 0.76% -
XYZ 32.99 25 53.54 -
YUV 141.23 157.22 150.66 -
System Red Green Blue C M Y K H S L
Decimal 173 115 193 0.10 0.40 0 0.24 284.62 0.39 0.6
Hex AD 73 C1 A 28 0 18 11D 27 3C
Octal 255 163 301 12 50 0 30 435 47 74
Binary 10101101 1110011 11000001 1010 101000 0 11000 100011101 100111 111100

Color Harmonies of #AD73C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD73C1

Black with #AD73C1

Text Example


Text Example

White with #AD73C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD73C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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