Shades of Medium Orchid #A958EE
Tints of Medium Orchid #A958EE
RGB
CMYK
RGB Variations
Color information
#A958EE (or 0xA958EE) is known color: Medium Orchid. HEX triplet: A9, 58 and EE. RGB value is (169,88,238). Sum of RGB (Red+Green+Blue) = 169+88+238=495 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.14% from 495); Green value is 88 (34.77% from 255 or 17.78% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #A958EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A958EE is #56A711. Grayscale: #808080. Windows color (decimal): -5678866 or 15620265. OLE color: 15620265.
HSL color Cylindrical-coordinate representation of color #A958EE: hue angle of 272.4º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A958EE is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 88 | 238 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.07 |
| HSL | 272.4º | 0.82% | 0.64% | - |
| HSV(B) | 272.4º | 0.63% | 0.93% | - |
| XYZ | 35.28 | 21.59 | 83.2 | - |
| YUV | 129.32 | 189.34 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 88 | 238 | 0.29 | 0.63 | 0 | 0.07 | 272.4 | 0.82 | 0.64 |
| Hex | A9 | 58 | EE | 1D | 3F | 0 | 7 | 110 | 52 | 40 |
| Octal | 251 | 130 | 356 | 35 | 77 | 0 | 7 | 420 | 122 | 100 |
| Binary | 10101001 | 1011000 | 11101110 | 11101 | 111111 | 0 | 111 | 100010000 | 1010010 | 1000000 |
Color Harmonies of #A958EE
Complementary color
Monochromatic Colors of #A958EE
Black with #A958EE
Text Example
Text Example
White with #A958EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A958EE; }
p { color: rgb(169,88,238); }
H1.HeaderClassName
{
color: #A958EE;
}
.AnyTagClassName
{
color: #A958EE;
}
</style>
background-color css
<style>
a { background-color: #A958EE; }
a { background-color: rgb(169,88,238); }
div.DivClassName
{
background-color: #A958EE;
}
.BgClassName
{
background-color: #A958EE;
}
</style>
border-color css
<style>
span { border-color: #A958EE; }
span { border-color: rgb(169,88,238); }
td.TdClassName
{
border-color: #A958EE;
}
.TagClassName
{
border-color: #A958EE;
}
</style>