Html Css Color HEX #AD5FFF Medium Purple

📋 copy color: '#AD5FFF'

red 173 ◦ green 95 ◦ blue 255

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

Shades of Medium Purple #AD5FFF

Tints of Medium Purple #AD5FFF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.16%

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

R = 33.08%
G = 18.16%
B = 48.76%

CMYK

 C value IS 0.32

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD5FFF (or 0xAD5FFF) is known color: Medium Purple. HEX triplet: AD, 5F and FF. RGB value is (173,95,255). Sum of RGB (Red+Green+Blue) = 173+95+255=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 95 (37.5% from 255 or 18.16% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD5FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5FFF is #52A000. Grayscale: #888888. Windows color (decimal): -5414913 or 16736173. OLE color: 16736173.

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

Color convert

RGB 173 95 255 -
CMYK 0.32 0.63 0 0
HSL 269.25º 1% 0.69% -
HSV(B) 269.25º 0.63% 1% -
XYZ 39.38 24.29 97.22 -
YUV 136.56 194.84 153.99 -
System Red Green Blue C M Y K H S L
Decimal 173 95 255 0.32 0.63 0 0 269.25 1 0.69
Hex AD 5F FF 20 3F 0 0 10D 64 45
Octal 255 137 377 40 77 0 0 415 144 105
Binary 10101101 1011111 11111111 100000 111111 0 0 100001101 1100100 1000101

Color Harmonies of #AD5FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5FFF

Black with #AD5FFF

Text Example


Text Example

White with #AD5FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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