Shades of Medium Orchid #A95ACF
Tints of Medium Orchid #A95ACF
RGB
CMYK
RGB Variations
Color information
#A95ACF (or 0xA95ACF) is known color: Medium Orchid. HEX triplet: A9, 5A and CF. RGB value is (169,90,207). Sum of RGB (Red+Green+Blue) = 169+90+207=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 90 (35.55% from 255 or 19.31% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #A95ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95ACF is #56A530. Grayscale: #7E7E7E. Windows color (decimal): -5678385 or 13589161. OLE color: 13589161.
HSL color Cylindrical-coordinate representation of color #A95ACF: hue angle of 280.51º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A95ACF is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 90 | 207 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.19 |
| HSL | 280.51º | 0.55% | 0.58% | - |
| HSV(B) | 280.51º | 0.57% | 0.81% | - |
| XYZ | 31.28 | 20.25 | 61.29 | - |
| YUV | 126.96 | 173.17 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 90 | 207 | 0.18 | 0.57 | 0 | 0.19 | 280.51 | 0.55 | 0.58 |
| Hex | A9 | 5A | CF | 12 | 39 | 0 | 13 | 119 | 37 | 3A |
| Octal | 251 | 132 | 317 | 22 | 71 | 0 | 23 | 431 | 67 | 72 |
| Binary | 10101001 | 1011010 | 11001111 | 10010 | 111001 | 0 | 10011 | 100011001 | 110111 | 111010 |
Color Harmonies of #A95ACF
Complementary color
Monochromatic Colors of #A95ACF
Black with #A95ACF
Text Example
Text Example
White with #A95ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95ACF; }
p { color: rgb(169,90,207); }
H1.HeaderClassName
{
color: #A95ACF;
}
.AnyTagClassName
{
color: #A95ACF;
}
</style>
background-color css
<style>
a { background-color: #A95ACF; }
a { background-color: rgb(169,90,207); }
div.DivClassName
{
background-color: #A95ACF;
}
.BgClassName
{
background-color: #A95ACF;
}
</style>
border-color css
<style>
span { border-color: #A95ACF; }
span { border-color: rgb(169,90,207); }
td.TdClassName
{
border-color: #A95ACF;
}
.TagClassName
{
border-color: #A95ACF;
}
</style>