Html Css Color HEX #AD7EFF Medium Purple

📋 copy color: '#AD7EFF'

red 173 ◦ green 126 ◦ blue 255

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

Shades of Medium Purple #AD7EFF

Tints of Medium Purple #AD7EFF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.74%

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

R = 31.23%
G = 22.74%
B = 46.03%

CMYK

 C value IS 0.32

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD7EFF (or 0xAD7EFF) is known color: Medium Purple. HEX triplet: AD, 7E and FF. RGB value is (173,126,255). Sum of RGB (Red+Green+Blue) = 173+126+255=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 126 (49.61% from 255 or 22.74% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD7EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7EFF is #528100. Grayscale: #9A9A9A. Windows color (decimal): -5406977 or 16744109. OLE color: 16744109.

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

Color convert

RGB 173 126 255 -
CMYK 0.32 0.51 0 0
HSL 261.86º 1% 0.75% -
HSV(B) 261.86º 0.51% 1% -
XYZ 42.74 31.03 98.34 -
YUV 154.76 184.57 141.01 -
System Red Green Blue C M Y K H S L
Decimal 173 126 255 0.32 0.51 0 0 261.86 1 0.75
Hex AD 7E FF 20 33 0 0 106 64 4B
Octal 255 176 377 40 63 0 0 406 144 113
Binary 10101101 1111110 11111111 100000 110011 0 0 100000110 1100100 1001011

Color Harmonies of #AD7EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7EFF

Black with #AD7EFF

Text Example


Text Example

White with #AD7EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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