Shades of Medium Orchid #AD5AF1
Tints of Medium Orchid #AD5AF1
RGB
CMYK
RGB Variations
Color information
#AD5AF1 (or 0xAD5AF1) is known color: Medium Orchid. HEX triplet: AD, 5A and F1. RGB value is (173,90,241). Sum of RGB (Red+Green+Blue) = 173+90+241=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 90 (35.55% from 255 or 17.86% from 504); Blue value is 241 (94.53% from 255 or 47.82% from 504); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD5AF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5AF1 is #52A50E. Grayscale: #838383. Windows color (decimal): -5416207 or 15817389. OLE color: 15817389.
HSL color Cylindrical-coordinate representation of color #AD5AF1: hue angle of 272.98º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD5AF1 is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 90 | 241 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.05 |
| HSL | 272.98º | 0.84% | 0.65% | - |
| HSV(B) | 272.98º | 0.63% | 0.95% | - |
| XYZ | 36.77 | 22.55 | 85.63 | - |
| YUV | 132.03 | 189.5 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 90 | 241 | 0.28 | 0.63 | 0 | 0.05 | 272.98 | 0.84 | 0.65 |
| Hex | AD | 5A | F1 | 1C | 3F | 0 | 5 | 111 | 54 | 41 |
| Octal | 255 | 132 | 361 | 34 | 77 | 0 | 5 | 421 | 124 | 101 |
| Binary | 10101101 | 1011010 | 11110001 | 11100 | 111111 | 0 | 101 | 100010001 | 1010100 | 1000001 |
Color Harmonies of #AD5AF1
Complementary color
Monochromatic Colors of #AD5AF1
Black with #AD5AF1
Text Example
Text Example
White with #AD5AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5AF1; }
p { color: rgb(173,90,241); }
H1.HeaderClassName
{
color: #AD5AF1;
}
.AnyTagClassName
{
color: #AD5AF1;
}
</style>
background-color css
<style>
a { background-color: #AD5AF1; }
a { background-color: rgb(173,90,241); }
div.DivClassName
{
background-color: #AD5AF1;
}
.BgClassName
{
background-color: #AD5AF1;
}
</style>
border-color css
<style>
span { border-color: #AD5AF1; }
span { border-color: rgb(173,90,241); }
td.TdClassName
{
border-color: #AD5AF1;
}
.TagClassName
{
border-color: #AD5AF1;
}
</style>