Html Css Color HEX #AD74E9 Medium Purple

📋 copy color: '#AD74E9'

red 173 ◦ green 116 ◦ blue 233

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

Shades of Medium Purple #AD74E9

Tints of Medium Purple #AD74E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 44.64%

R = 33.14%
G = 22.22%
B = 44.64%

CMYK

 C value IS 0.26

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AD74E9 (or 0xAD74E9) is known color: Medium Purple. HEX triplet: AD, 74 and E9. RGB value is (173,116,233). Sum of RGB (Red+Green+Blue) = 173+116+233=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 116 (45.70% from 255 or 22.22% from 522); Blue value is 233 (91.41% from 255 or 44.64% from 522); Max value from RGB is 233 - color contains mainly: blue. Hex color #AD74E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD74E9 is #528B16. Grayscale: #919191. Windows color (decimal): -5409559 or 15299757. OLE color: 15299757.

HSL color Cylindrical-coordinate representation of color #AD74E9: hue angle of 269.23º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD74E9 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 116 233 -
CMYK 0.26 0.50 0 0.09
HSL 269.23º 0.73% 0.68% -
HSV(B) 269.23º 0.5% 0.91% -
XYZ 38.19 27.26 80.34 -
YUV 146.38 176.88 146.99 -
System Red Green Blue C M Y K H S L
Decimal 173 116 233 0.26 0.50 0 0.09 269.23 0.73 0.68
Hex AD 74 E9 1A 32 0 9 10D 49 44
Octal 255 164 351 32 62 0 11 415 111 104
Binary 10101101 1110100 11101001 11010 110010 0 1001 100001101 1001001 1000100

Color Harmonies of #AD74E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD74E9

Black with #AD74E9

Text Example


Text Example

White with #AD74E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD74E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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