Html Css Color HEX #AD73E1 Medium Purple

📋 copy color: '#AD73E1'

red 173 ◦ green 115 ◦ blue 225

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

Shades of Medium Purple #AD73E1

Tints of Medium Purple #AD73E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 43.86%

R = 33.72%
G = 22.42%
B = 43.86%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AD73E1 (or 0xAD73E1) is known color: Medium Purple. HEX triplet: AD, 73 and E1. RGB value is (173,115,225). Sum of RGB (Red+Green+Blue) = 173+115+225=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 115 (45.31% from 255 or 22.42% from 513); Blue value is 225 (88.28% from 255 or 43.86% from 513); Max value from RGB is 225 - color contains mainly: blue. Hex color #AD73E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD73E1 is #528C1E. Grayscale: #909090. Windows color (decimal): -5409823 or 14775213. OLE color: 14775213.

HSL color Cylindrical-coordinate representation of color #AD73E1: hue angle of 271.64º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD73E1 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 115 225 -
CMYK 0.23 0.49 0 0.12
HSL 271.64º 0.65% 0.67% -
HSV(B) 271.64º 0.49% 0.88% -
XYZ 36.95 26.58 74.42 -
YUV 144.88 173.22 148.06 -
System Red Green Blue C M Y K H S L
Decimal 173 115 225 0.23 0.49 0 0.12 271.64 0.65 0.67
Hex AD 73 E1 17 31 0 C 110 41 43
Octal 255 163 341 27 61 0 14 420 101 103
Binary 10101101 1110011 11100001 10111 110001 0 1100 100010000 1000001 1000011

Color Harmonies of #AD73E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD73E1

Black with #AD73E1

Text Example


Text Example

White with #AD73E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD73E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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