Html Css Color HEX #AD7AFF Medium Purple

📋 copy color: '#AD7AFF'

red 173 ◦ green 122 ◦ blue 255

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

Shades of Medium Purple #AD7AFF

Tints of Medium Purple #AD7AFF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.18%

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

R = 31.45%
G = 22.18%
B = 46.36%

CMYK

 C value IS 0.32

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD7AFF (or 0xAD7AFF) is known color: Medium Purple. HEX triplet: AD, 7A and FF. RGB value is (173,122,255). Sum of RGB (Red+Green+Blue) = 173+122+255=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 122 (48.05% from 255 or 22.18% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD7AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7AFF is #528500. Grayscale: #979797. Windows color (decimal): -5408001 or 16743085. OLE color: 16743085.

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

Color convert

RGB 173 122 255 -
CMYK 0.32 0.52 0 0
HSL 263.01º 1% 0.74% -
HSV(B) 263.01º 0.52% 1% -
XYZ 42.24 30.02 98.18 -
YUV 152.41 185.9 142.69 -
System Red Green Blue C M Y K H S L
Decimal 173 122 255 0.32 0.52 0 0 263.01 1 0.74
Hex AD 7A FF 20 34 0 0 107 64 4A
Octal 255 172 377 40 64 0 0 407 144 112
Binary 10101101 1111010 11111111 100000 110100 0 0 100000111 1100100 1001010

Color Harmonies of #AD7AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7AFF

Black with #AD7AFF

Text Example


Text Example

White with #AD7AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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