Html Css Color HEX #AD71FE Medium Purple

📋 copy color: '#AD71FE'

red 173 ◦ green 113 ◦ blue 254

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

Shades of Medium Purple #AD71FE

Tints of Medium Purple #AD71FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.04%

R = 32.04%
G = 20.93%
B = 47.04%

CMYK

 C value IS 0.32

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AD71FE (or 0xAD71FE) is known color: Medium Purple. HEX triplet: AD, 71 and FE. RGB value is (173,113,254). Sum of RGB (Red+Green+Blue) = 173+113+254=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 113 (44.53% from 255 or 20.93% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD71FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD71FE is #528E01. Grayscale: #929292. Windows color (decimal): -5410306 or 16675245. OLE color: 16675245.

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

Color convert

RGB 173 113 254 -
CMYK 0.32 0.56 0 0.00
HSL 265.53º 0.99% 0.72% -
HSV(B) 265.53º 0.56% 1% -
XYZ 41.03 27.85 96.98 -
YUV 147.01 188.38 146.54 -
System Red Green Blue C M Y K H S L
Decimal 173 113 254 0.32 0.56 0 0.00 265.53 0.99 0.72
Hex AD 71 FE 20 38 0 0 10A 63 48
Octal 255 161 376 40 70 0 0 412 143 110
Binary 10101101 1110001 11111110 100000 111000 0 0 100001010 1100011 1001000

Color Harmonies of #AD71FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD71FE

Black with #AD71FE

Text Example


Text Example

White with #AD71FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD71FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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