Shades of Medium Purple #AD5EFC
Tints of Medium Purple #AD5EFC
RGB
CMYK
RGB Variations
Color information
#AD5EFC (or 0xAD5EFC) is known color: Medium Purple. HEX triplet: AD, 5E and FC. RGB value is (173,94,252). Sum of RGB (Red+Green+Blue) = 173+94+252=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 94 (37.11% from 255 or 18.11% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD5EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5EFC is #52A103. Grayscale: #878787. Windows color (decimal): -5415172 or 16539309. OLE color: 16539309.
HSL color Cylindrical-coordinate representation of color #AD5EFC: hue angle of 270º 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 #AD5EFC is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 173 | 94 | 252 | - |
CMYK | 0.31 | 0.63 | 0 | 0.01 |
HSL | 270º | 0.96% | 0.68% | - |
HSV(B) | 270º | 0.63% | 0.99% | - |
XYZ | 38.81 | 23.92 | 94.67 | - |
YUV | 135.63 | 193.67 | 154.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 94 | 252 | 0.31 | 0.63 | 0 | 0.01 | 270 | 0.96 | 0.68 |
Hex | AD | 5E | FC | 1F | 3F | 0 | 1 | 10E | 60 | 44 |
Octal | 255 | 136 | 374 | 37 | 77 | 0 | 1 | 416 | 140 | 104 |
Binary | 10101101 | 1011110 | 11111100 | 11111 | 111111 | 0 | 1 | 100001110 | 1100000 | 1000100 |
Color Harmonies of #AD5EFC
Complementary color
Monochromatic Colors of #AD5EFC
Black with #AD5EFC
Text Example
Text Example
White with #AD5EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5EFC; }
p { color: rgb(173,94,252); }
H1.HeaderClassName
{
color: #AD5EFC;
}
.AnyTagClassName
{
color: #AD5EFC;
}
</style>
background-color css
<style>
a { background-color: #AD5EFC; }
a { background-color: rgb(173,94,252); }
div.DivClassName
{
background-color: #AD5EFC;
}
.BgClassName
{
background-color: #AD5EFC;
}
</style>
border-color css
<style>
span { border-color: #AD5EFC; }
span { border-color: rgb(173,94,252); }
td.TdClassName
{
border-color: #AD5EFC;
}
.TagClassName
{
border-color: #AD5EFC;
}
</style>