Html Css Color HEX #AD5AFF Medium Purple

📋 copy color: '#AD5AFF'

red 173 ◦ green 90 ◦ blue 255

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

Shades of Medium Purple #AD5AFF

Tints of Medium Purple #AD5AFF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.37%

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

R = 33.4%
G = 17.37%
B = 49.23%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD5AFF (or 0xAD5AFF) is known color: Medium Purple. HEX triplet: AD, 5A and FF. RGB value is (173,90,255). Sum of RGB (Red+Green+Blue) = 173+90+255=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 90 (35.55% from 255 or 17.37% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD5AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5AFF is #52A500. Grayscale: #858585. Windows color (decimal): -5416193 or 16734893. OLE color: 16734893.

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

Color convert

RGB 173 90 255 -
CMYK 0.32 0.65 0 0
HSL 270.18º 1% 0.68% -
HSV(B) 270.18º 0.65% 1% -
XYZ 38.94 23.42 97.08 -
YUV 133.63 196.5 156.08 -
System Red Green Blue C M Y K H S L
Decimal 173 90 255 0.32 0.65 0 0 270.18 1 0.68
Hex AD 5A FF 20 41 0 0 10E 64 44
Octal 255 132 377 40 101 0 0 416 144 104
Binary 10101101 1011010 11111111 100000 1000001 0 0 100001110 1100100 1000100

Color Harmonies of #AD5AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5AFF

Black with #AD5AFF

Text Example


Text Example

White with #AD5AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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