Html Css Color HEX #AD7FF5 Medium Purple

📋 copy color: '#AD7FF5'

red 173 ◦ green 127 ◦ blue 245

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

Shades of Medium Purple #AD7FF5

Tints of Medium Purple #AD7FF5

RGB

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

 GREEN value IS 127 (50% from 255) = 23.3%

 BLUE value IS 245 (96.09% from 255) = 44.95%

R = 31.74%
G = 23.3%
B = 44.95%

CMYK

 C value IS 0.29

 M value IS 0.48

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AD7FF5 (or 0xAD7FF5) is known color: Medium Purple. HEX triplet: AD, 7F and F5. RGB value is (173,127,245). Sum of RGB (Red+Green+Blue) = 173+127+245=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 127 (50% from 255 or 23.30% from 545); Blue value is 245 (96.09% from 255 or 44.95% from 545); Max value from RGB is 245 - color contains mainly: blue. Hex color #AD7FF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7FF5 is #52800A. Grayscale: #999999. Windows color (decimal): -5406731 or 16089005. OLE color: 16089005.

HSL color Cylindrical-coordinate representation of color #AD7FF5: hue angle of 263.39º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD7FF5 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 127 245 -
CMYK 0.29 0.48 0 0.04
HSL 263.39º 0.86% 0.73% -
HSV(B) 263.39º 0.48% 0.96% -
XYZ 41.3 30.66 90.13 -
YUV 154.21 179.24 141.41 -
System Red Green Blue C M Y K H S L
Decimal 173 127 245 0.29 0.48 0 0.04 263.39 0.86 0.73
Hex AD 7F F5 1D 30 0 4 107 56 49
Octal 255 177 365 35 60 0 4 407 126 111
Binary 10101101 1111111 11110101 11101 110000 0 100 100000111 1010110 1001001

Color Harmonies of #AD7FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7FF5

Black with #AD7FF5

Text Example


Text Example

White with #AD7FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7FF5; }

 p { color: rgb(173,127,245); }

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

background-color css

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

 a { background-color: rgb(173,127,245); }

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

border-color css

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

 span { border-color: rgb(173,127,245); }

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