Html Css Color HEX #AD71F7 Medium Purple

📋 copy color: '#AD71F7'

red 173 ◦ green 113 ◦ blue 247

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

Shades of Medium Purple #AD71F7

Tints of Medium Purple #AD71F7

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.2%

 BLUE value IS 247 (96.88% from 255) = 46.34%

R = 32.46%
G = 21.2%
B = 46.34%

CMYK

 C value IS 0.30

 M value IS 0.54

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AD71F7 (or 0xAD71F7) is known color: Medium Purple. HEX triplet: AD, 71 and F7. RGB value is (173,113,247). Sum of RGB (Red+Green+Blue) = 173+113+247=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 113 (44.53% from 255 or 21.20% from 533); Blue value is 247 (96.88% from 255 or 46.34% from 533); Max value from RGB is 247 - color contains mainly: blue. Hex color #AD71F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD71F7 is #528E08. Grayscale: #919191. Windows color (decimal): -5410313 or 16216493. OLE color: 16216493.

HSL color Cylindrical-coordinate representation of color #AD71F7: hue angle of 266.87º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD71F7 is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 113 247 -
CMYK 0.30 0.54 0 0.03
HSL 266.87º 0.89% 0.71% -
HSV(B) 266.87º 0.54% 0.97% -
XYZ 39.93 27.41 91.18 -
YUV 146.22 184.88 147.1 -
System Red Green Blue C M Y K H S L
Decimal 173 113 247 0.30 0.54 0 0.03 266.87 0.89 0.71
Hex AD 71 F7 1E 36 0 3 10B 59 47
Octal 255 161 367 36 66 0 3 413 131 107
Binary 10101101 1110001 11110111 11110 110110 0 11 100001011 1011001 1000111

Color Harmonies of #AD71F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD71F7

Black with #AD71F7

Text Example


Text Example

White with #AD71F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD71F7; }

 p { color: rgb(173,113,247); }

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

background-color css

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

 a { background-color: rgb(173,113,247); }

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

border-color css

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

 span { border-color: rgb(173,113,247); }

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