Html Css Color HEX #AD6AF5 Medium Purple

📋 copy color: '#AD6AF5'

red 173 ◦ green 106 ◦ blue 245

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

Shades of Medium Purple #AD6AF5

Tints of Medium Purple #AD6AF5

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.23%

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

R = 33.02%
G = 20.23%
B = 46.76%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AD6AF5 (or 0xAD6AF5) is known color: Medium Purple. HEX triplet: AD, 6A and F5. RGB value is (173,106,245). Sum of RGB (Red+Green+Blue) = 173+106+245=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 106 (41.80% from 255 or 20.23% from 524); Blue value is 245 (96.09% from 255 or 46.76% from 524); Max value from RGB is 245 - color contains mainly: blue. Hex color #AD6AF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6AF5 is #52950A. Grayscale: #8D8D8D. Windows color (decimal): -5412107 or 16083629. OLE color: 16083629.

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

Color convert

RGB 173 106 245 -
CMYK 0.29 0.57 0 0.04
HSL 268.92º 0.87% 0.69% -
HSV(B) 268.92º 0.57% 0.96% -
XYZ 38.87 25.78 89.31 -
YUV 141.88 186.2 150.2 -
System Red Green Blue C M Y K H S L
Decimal 173 106 245 0.29 0.57 0 0.04 268.92 0.87 0.69
Hex AD 6A F5 1D 39 0 4 10D 57 45
Octal 255 152 365 35 71 0 4 415 127 105
Binary 10101101 1101010 11110101 11101 111001 0 100 100001101 1010111 1000101

Color Harmonies of #AD6AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6AF5

Black with #AD6AF5

Text Example


Text Example

White with #AD6AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6AF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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