Shades of Medium Orchid #A950FF
Tints of Medium Orchid #A950FF
RGB
CMYK
RGB Variations
Color information
#A950FF (or 0xA950FF) is known color: Medium Orchid. HEX triplet: A9, 50 and FF. RGB value is (169,80,255). Sum of RGB (Red+Green+Blue) = 169+80+255=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 80 (31.64% from 255 or 15.87% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #A950FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A950FF is #56AF00. Grayscale: #7D7D7D. Windows color (decimal): -5680897 or 16732329. OLE color: 16732329.
HSL color Cylindrical-coordinate representation of color #A950FF: hue angle of 270.51º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A950FF is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 80 | 255 | - |
| CMYK | 0.34 | 0.69 | 0 | 0 |
| HSL | 270.51º | 1% | 0.66% | - |
| HSV(B) | 270.51º | 0.69% | 1% | - |
| XYZ | 37.28 | 21.39 | 96.77 | - |
| YUV | 126.56 | 200.49 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 80 | 255 | 0.34 | 0.69 | 0 | 0 | 270.51 | 1 | 0.66 |
| Hex | A9 | 50 | FF | 22 | 45 | 0 | 0 | 10F | 64 | 42 |
| Octal | 251 | 120 | 377 | 42 | 105 | 0 | 0 | 417 | 144 | 102 |
| Binary | 10101001 | 1010000 | 11111111 | 100010 | 1000101 | 0 | 0 | 100001111 | 1100100 | 1000010 |
Color Harmonies of #A950FF
Complementary color
Monochromatic Colors of #A950FF
Black with #A950FF
Text Example
Text Example
White with #A950FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A950FF; }
p { color: rgb(169,80,255); }
H1.HeaderClassName
{
color: #A950FF;
}
.AnyTagClassName
{
color: #A950FF;
}
</style>
background-color css
<style>
a { background-color: #A950FF; }
a { background-color: rgb(169,80,255); }
div.DivClassName
{
background-color: #A950FF;
}
.BgClassName
{
background-color: #A950FF;
}
</style>
border-color css
<style>
span { border-color: #A950FF; }
span { border-color: rgb(169,80,255); }
td.TdClassName
{
border-color: #A950FF;
}
.TagClassName
{
border-color: #A950FF;
}
</style>