Html Css Color HEX #AD7FFF Medium Purple

📋 copy color: '#AD7FFF'

red 173 ◦ green 127 ◦ blue 255

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

Shades of Medium Purple #AD7FFF

Tints of Medium Purple #AD7FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.95%

R = 31.17%
G = 22.88%
B = 45.95%

CMYK

 C value IS 0.32

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD7FFF (or 0xAD7FFF) is known color: Medium Purple. HEX triplet: AD, 7F and FF. RGB value is (173,127,255). Sum of RGB (Red+Green+Blue) = 173+127+255=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 127 (50% from 255 or 22.88% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD7FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7FFF is #528000. Grayscale: #9A9A9A. Windows color (decimal): -5406721 or 16744365. OLE color: 16744365.

HSL color Cylindrical-coordinate representation of color #AD7FFF: hue angle of 261.56º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD7FFF is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 173 127 255 -
CMYK 0.32 0.50 0 0
HSL 261.56º 1% 0.75% -
HSV(B) 261.56º 0.5% 1% -
XYZ 42.87 31.28 98.39 -
YUV 155.35 184.24 140.59 -
System Red Green Blue C M Y K H S L
Decimal 173 127 255 0.32 0.50 0 0 261.56 1 0.75
Hex AD 7F FF 20 32 0 0 106 64 4B
Octal 255 177 377 40 62 0 0 406 144 113
Binary 10101101 1111111 11111111 100000 110010 0 0 100000110 1100100 1001011

Color Harmonies of #AD7FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7FFF

Black with #AD7FFF

Text Example


Text Example

White with #AD7FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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