Html Css Color HEX #AD72F1 Medium Purple

📋 copy color: '#AD72F1'

red 173 ◦ green 114 ◦ blue 241

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

Shades of Medium Purple #AD72F1

Tints of Medium Purple #AD72F1

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.59%

 BLUE value IS 241 (94.53% from 255) = 45.64%

R = 32.77%
G = 21.59%
B = 45.64%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD72F1 (or 0xAD72F1) is known color: Medium Purple. HEX triplet: AD, 72 and F1. RGB value is (173,114,241). Sum of RGB (Red+Green+Blue) = 173+114+241=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 114 (44.92% from 255 or 21.59% from 528); Blue value is 241 (94.53% from 255 or 45.64% from 528); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD72F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD72F1 is #528D0E. Grayscale: #919191. Windows color (decimal): -5410063 or 15823533. OLE color: 15823533.

HSL color Cylindrical-coordinate representation of color #AD72F1: hue angle of 267.87º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD72F1 is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 114 241 -
CMYK 0.28 0.53 0 0.05
HSL 267.87º 0.82% 0.7% -
HSV(B) 267.87º 0.53% 0.95% -
XYZ 39.13 27.27 86.42 -
YUV 146.12 181.55 147.17 -
System Red Green Blue C M Y K H S L
Decimal 173 114 241 0.28 0.53 0 0.05 267.87 0.82 0.7
Hex AD 72 F1 1C 35 0 5 10C 52 46
Octal 255 162 361 34 65 0 5 414 122 106
Binary 10101101 1110010 11110001 11100 110101 0 101 100001100 1010010 1000110

Color Harmonies of #AD72F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD72F1

Black with #AD72F1

Text Example


Text Example

White with #AD72F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD72F1; }

 p { color: rgb(173,114,241); }

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

background-color css

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

 a { background-color: rgb(173,114,241); }

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

border-color css

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

 span { border-color: rgb(173,114,241); }

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