Shades of Medium Orchid #A958EA
Tints of Medium Orchid #A958EA
RGB
CMYK
RGB Variations
Color information
#A958EA (or 0xA958EA) is known color: Medium Orchid. HEX triplet: A9, 58 and EA. RGB value is (169,88,234). Sum of RGB (Red+Green+Blue) = 169+88+234=491 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.42% from 491); Green value is 88 (34.77% from 255 or 17.92% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #A958EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A958EA is #56A715. Grayscale: #808080. Windows color (decimal): -5678870 or 15358121. OLE color: 15358121.
HSL color Cylindrical-coordinate representation of color #A958EA: hue angle of 273.29º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A958EA is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 88 | 234 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.08 |
| HSL | 273.29º | 0.78% | 0.63% | - |
| HSV(B) | 273.29º | 0.62% | 0.92% | - |
| XYZ | 34.7 | 21.35 | 80.13 | - |
| YUV | 128.86 | 187.34 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 88 | 234 | 0.28 | 0.62 | 0 | 0.08 | 273.29 | 0.78 | 0.63 |
| Hex | A9 | 58 | EA | 1C | 3E | 0 | 8 | 111 | 4E | 3F |
| Octal | 251 | 130 | 352 | 34 | 76 | 0 | 10 | 421 | 116 | 77 |
| Binary | 10101001 | 1011000 | 11101010 | 11100 | 111110 | 0 | 1000 | 100010001 | 1001110 | 111111 |
Color Harmonies of #A958EA
Complementary color
Monochromatic Colors of #A958EA
Black with #A958EA
Text Example
Text Example
White with #A958EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A958EA; }
p { color: rgb(169,88,234); }
H1.HeaderClassName
{
color: #A958EA;
}
.AnyTagClassName
{
color: #A958EA;
}
</style>
background-color css
<style>
a { background-color: #A958EA; }
a { background-color: rgb(169,88,234); }
div.DivClassName
{
background-color: #A958EA;
}
.BgClassName
{
background-color: #A958EA;
}
</style>
border-color css
<style>
span { border-color: #A958EA; }
span { border-color: rgb(169,88,234); }
td.TdClassName
{
border-color: #A958EA;
}
.TagClassName
{
border-color: #A958EA;
}
</style>