Shades of Medium Orchid #A955E5
Tints of Medium Orchid #A955E5
RGB
CMYK
RGB Variations
Color information
#A955E5 (or 0xA955E5) is known color: Medium Orchid. HEX triplet: A9, 55 and E5. RGB value is (169,85,229). Sum of RGB (Red+Green+Blue) = 169+85+229=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 229 (89.84% from 255 or 47.41% from 483); Max value from RGB is 229 - color contains mainly: blue. Hex color #A955E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A955E5 is #56AA1A. Grayscale: #7E7E7E. Windows color (decimal): -5679643 or 15029673. OLE color: 15029673.
HSL color Cylindrical-coordinate representation of color #A955E5: hue angle of 275º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A955E5 is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 169 | 85 | 229 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.10 |
| HSL | 275º | 0.73% | 0.62% | - |
| HSV(B) | 275º | 0.63% | 0.9% | - |
| XYZ | 33.75 | 20.59 | 76.32 | - |
| YUV | 126.53 | 185.83 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 85 | 229 | 0.26 | 0.63 | 0 | 0.10 | 275 | 0.73 | 0.62 |
| Hex | A9 | 55 | E5 | 1A | 3F | 0 | A | 113 | 49 | 3E |
| Octal | 251 | 125 | 345 | 32 | 77 | 0 | 12 | 423 | 111 | 76 |
| Binary | 10101001 | 1010101 | 11100101 | 11010 | 111111 | 0 | 1010 | 100010011 | 1001001 | 111110 |
Color Harmonies of #A955E5
Complementary color
Monochromatic Colors of #A955E5
Black with #A955E5
Text Example
Text Example
White with #A955E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A955E5; }
p { color: rgb(169,85,229); }
H1.HeaderClassName
{
color: #A955E5;
}
.AnyTagClassName
{
color: #A955E5;
}
</style>
background-color css
<style>
a { background-color: #A955E5; }
a { background-color: rgb(169,85,229); }
div.DivClassName
{
background-color: #A955E5;
}
.BgClassName
{
background-color: #A955E5;
}
</style>
border-color css
<style>
span { border-color: #A955E5; }
span { border-color: rgb(169,85,229); }
td.TdClassName
{
border-color: #A955E5;
}
.TagClassName
{
border-color: #A955E5;
}
</style>