Html Css Color HEX #AD5DFF Medium Purple

📋 copy color: '#AD5DFF'

red 173 ◦ green 93 ◦ blue 255

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

Shades of Medium Purple #AD5DFF

Tints of Medium Purple #AD5DFF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.85%

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

R = 33.21%
G = 17.85%
B = 48.94%

CMYK

 C value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD5DFF (or 0xAD5DFF) is known color: Medium Purple. HEX triplet: AD, 5D and FF. RGB value is (173,93,255). Sum of RGB (Red+Green+Blue) = 173+93+255=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 93 (36.72% from 255 or 17.85% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD5DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5DFF is #52A200. Grayscale: #868686. Windows color (decimal): -5415425 or 16735661. OLE color: 16735661.

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

Color convert

RGB 173 93 255 -
CMYK 0.32 0.64 0 0
HSL 269.63º 1% 0.68% -
HSV(B) 269.63º 0.64% 1% -
XYZ 39.2 23.93 97.16 -
YUV 135.39 195.5 154.83 -
System Red Green Blue C M Y K H S L
Decimal 173 93 255 0.32 0.64 0 0 269.63 1 0.68
Hex AD 5D FF 20 40 0 0 10E 64 44
Octal 255 135 377 40 100 0 0 416 144 104
Binary 10101101 1011101 11111111 100000 1000000 0 0 100001110 1100100 1000100

Color Harmonies of #AD5DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5DFF

Black with #AD5DFF

Text Example


Text Example

White with #AD5DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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