Html Css Color HEX #AD72FD Medium Purple

📋 copy color: '#AD72FD'

red 173 ◦ green 114 ◦ blue 253

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

Shades of Medium Purple #AD72FD

Tints of Medium Purple #AD72FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.85%

R = 32.04%
G = 21.11%
B = 46.85%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD72FD (or 0xAD72FD) is known color: Medium Purple. HEX triplet: AD, 72 and FD. RGB value is (173,114,253). Sum of RGB (Red+Green+Blue) = 173+114+253=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 114 (44.92% from 255 or 21.11% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD72FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD72FD is #528D02. Grayscale: #929292. Windows color (decimal): -5410051 or 16609965. OLE color: 16609965.

HSL color Cylindrical-coordinate representation of color #AD72FD: hue angle of 265.47º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD72FD is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 114 253 -
CMYK 0.32 0.55 0 0.01
HSL 265.47º 0.97% 0.72% -
HSV(B) 265.47º 0.55% 0.99% -
XYZ 40.98 28.01 96.18 -
YUV 147.49 187.55 146.2 -
System Red Green Blue C M Y K H S L
Decimal 173 114 253 0.32 0.55 0 0.01 265.47 0.97 0.72
Hex AD 72 FD 20 37 0 1 109 61 48
Octal 255 162 375 40 67 0 1 411 141 110
Binary 10101101 1110010 11111101 100000 110111 0 1 100001001 1100001 1001000

Color Harmonies of #AD72FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD72FD

Black with #AD72FD

Text Example


Text Example

White with #AD72FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD72FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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