Html Css Color HEX #AD72FB Medium Purple

📋 copy color: '#AD72FB'

red 173 ◦ green 114 ◦ blue 251

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

Shades of Medium Purple #AD72FB

Tints of Medium Purple #AD72FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.65%

R = 32.16%
G = 21.19%
B = 46.65%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD72FB (or 0xAD72FB) is known color: Medium Purple. HEX triplet: AD, 72 and FB. RGB value is (173,114,251). Sum of RGB (Red+Green+Blue) = 173+114+251=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 114 (44.92% from 255 or 21.19% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD72FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD72FB is #528D04. Grayscale: #929292. Windows color (decimal): -5410053 or 16478893. OLE color: 16478893.

HSL color Cylindrical-coordinate representation of color #AD72FB: hue angle of 265.84º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD72FB is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 114 251 -
CMYK 0.31 0.55 0 0.02
HSL 265.84º 0.94% 0.72% -
HSV(B) 265.84º 0.55% 0.98% -
XYZ 40.66 27.88 94.51 -
YUV 147.26 186.55 146.36 -
System Red Green Blue C M Y K H S L
Decimal 173 114 251 0.31 0.55 0 0.02 265.84 0.94 0.72
Hex AD 72 FB 1F 37 0 2 10A 5E 48
Octal 255 162 373 37 67 0 2 412 136 110
Binary 10101101 1110010 11111011 11111 110111 0 10 100001010 1011110 1001000

Color Harmonies of #AD72FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD72FB

Black with #AD72FB

Text Example


Text Example

White with #AD72FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD72FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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