Html Css Color HEX #AD5DFC Medium Purple

📋 copy color: '#AD5DFC'

red 173 ◦ green 93 ◦ blue 252

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

Shades of Medium Purple #AD5DFC

Tints of Medium Purple #AD5DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.65%

R = 33.4%
G = 17.95%
B = 48.65%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD5DFC (or 0xAD5DFC) is known color: Medium Purple. HEX triplet: AD, 5D and FC. RGB value is (173,93,252). Sum of RGB (Red+Green+Blue) = 173+93+252=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 93 (36.72% from 255 or 17.95% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD5DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5DFC is #52A203. Grayscale: #868686. Windows color (decimal): -5415428 or 16539053. OLE color: 16539053.

HSL color Cylindrical-coordinate representation of color #AD5DFC: hue angle of 270.19º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD5DFC is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 93 252 -
CMYK 0.31 0.63 0 0.01
HSL 270.19º 0.96% 0.68% -
HSV(B) 270.19º 0.63% 0.99% -
XYZ 38.72 23.74 94.64 -
YUV 135.05 194 155.07 -
System Red Green Blue C M Y K H S L
Decimal 173 93 252 0.31 0.63 0 0.01 270.19 0.96 0.68
Hex AD 5D FC 1F 3F 0 1 10E 60 44
Octal 255 135 374 37 77 0 1 416 140 104
Binary 10101101 1011101 11111100 11111 111111 0 1 100001110 1100000 1000100

Color Harmonies of #AD5DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5DFC

Black with #AD5DFC

Text Example


Text Example

White with #AD5DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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