Shades of Medium Orchid #A952FD
Tints of Medium Orchid #A952FD
RGB
CMYK
RGB Variations
Color information
#A952FD (or 0xA952FD) is known color: Medium Orchid. HEX triplet: A9, 52 and FD. RGB value is (169,82,253). Sum of RGB (Red+Green+Blue) = 169+82+253=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 82 (32.42% from 255 or 16.27% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #A952FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A952FD is #56AD02. Grayscale: #7E7E7E. Windows color (decimal): -5680387 or 16601769. OLE color: 16601769.
HSL color Cylindrical-coordinate representation of color #A952FD: hue angle of 270.53º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A952FD is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 82 | 253 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.01 |
| HSL | 270.53º | 0.98% | 0.66% | - |
| HSV(B) | 270.53º | 0.68% | 0.99% | - |
| XYZ | 37.11 | 21.56 | 95.13 | - |
| YUV | 127.51 | 198.82 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 82 | 253 | 0.33 | 0.68 | 0 | 0.01 | 270.53 | 0.98 | 0.66 |
| Hex | A9 | 52 | FD | 21 | 44 | 0 | 1 | 10F | 62 | 42 |
| Octal | 251 | 122 | 375 | 41 | 104 | 0 | 1 | 417 | 142 | 102 |
| Binary | 10101001 | 1010010 | 11111101 | 100001 | 1000100 | 0 | 1 | 100001111 | 1100010 | 1000010 |
Color Harmonies of #A952FD
Complementary color
Monochromatic Colors of #A952FD
Black with #A952FD
Text Example
Text Example
White with #A952FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A952FD; }
p { color: rgb(169,82,253); }
H1.HeaderClassName
{
color: #A952FD;
}
.AnyTagClassName
{
color: #A952FD;
}
</style>
background-color css
<style>
a { background-color: #A952FD; }
a { background-color: rgb(169,82,253); }
div.DivClassName
{
background-color: #A952FD;
}
.BgClassName
{
background-color: #A952FD;
}
</style>
border-color css
<style>
span { border-color: #A952FD; }
span { border-color: rgb(169,82,253); }
td.TdClassName
{
border-color: #A952FD;
}
.TagClassName
{
border-color: #A952FD;
}
</style>