Html Css Color HEX #AD7FF7 Medium Purple

📋 copy color: '#AD7FF7'

red 173 ◦ green 127 ◦ blue 247

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

Shades of Medium Purple #AD7FF7

Tints of Medium Purple #AD7FF7

RGB

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

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

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

R = 31.63%
G = 23.22%
B = 45.16%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AD7FF7 (or 0xAD7FF7) is known color: Medium Purple. HEX triplet: AD, 7F and F7. RGB value is (173,127,247). Sum of RGB (Red+Green+Blue) = 173+127+247=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 127 (50% from 255 or 23.22% from 547); Blue value is 247 (96.88% from 255 or 45.16% from 547); Max value from RGB is 247 - color contains mainly: blue. Hex color #AD7FF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7FF7 is #528008. Grayscale: #9A9A9A. Windows color (decimal): -5406729 or 16220077. OLE color: 16220077.

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

Color convert

RGB 173 127 247 -
CMYK 0.30 0.49 0 0.03
HSL 263º 0.88% 0.73% -
HSV(B) 263º 0.49% 0.97% -
XYZ 41.61 30.78 91.74 -
YUV 154.43 180.24 141.24 -
System Red Green Blue C M Y K H S L
Decimal 173 127 247 0.30 0.49 0 0.03 263 0.88 0.73
Hex AD 7F F7 1E 31 0 3 107 58 49
Octal 255 177 367 36 61 0 3 407 130 111
Binary 10101101 1111111 11110111 11110 110001 0 11 100000111 1011000 1001001

Color Harmonies of #AD7FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7FF7

Black with #AD7FF7

Text Example


Text Example

White with #AD7FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7FF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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