Html Css Color HEX #AD74E1 Medium Purple

📋 copy color: '#AD74E1'

red 173 ◦ green 116 ◦ blue 225

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

Shades of Medium Purple #AD74E1

Tints of Medium Purple #AD74E1

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.57%

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

R = 33.66%
G = 22.57%
B = 43.77%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AD74E1 (or 0xAD74E1) is known color: Medium Purple. HEX triplet: AD, 74 and E1. RGB value is (173,116,225). Sum of RGB (Red+Green+Blue) = 173+116+225=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 116 (45.70% from 255 or 22.57% from 514); Blue value is 225 (88.28% from 255 or 43.77% from 514); Max value from RGB is 225 - color contains mainly: blue. Hex color #AD74E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD74E1 is #528B1E. Grayscale: #919191. Windows color (decimal): -5409567 or 14775469. OLE color: 14775469.

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

Color convert

RGB 173 116 225 -
CMYK 0.23 0.48 0 0.12
HSL 271.38º 0.64% 0.67% -
HSV(B) 271.38º 0.48% 0.88% -
XYZ 37.07 26.81 74.46 -
YUV 145.47 172.88 147.64 -
System Red Green Blue C M Y K H S L
Decimal 173 116 225 0.23 0.48 0 0.12 271.38 0.64 0.67
Hex AD 74 E1 17 30 0 C 10F 40 43
Octal 255 164 341 27 60 0 14 417 100 103
Binary 10101101 1110100 11100001 10111 110000 0 1100 100001111 1000000 1000011

Color Harmonies of #AD74E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD74E1

Black with #AD74E1

Text Example


Text Example

White with #AD74E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD74E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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