Shades of Medium Orchid #A855E6
Tints of Medium Orchid #A855E6
RGB
CMYK
RGB Variations
Color information
#A855E6 (or 0xA855E6) is known color: Medium Orchid. HEX triplet: A8, 55 and E6. RGB value is (168,85,230). Sum of RGB (Red+Green+Blue) = 168+85+230=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 230 (90.23% from 255 or 47.62% from 483); Max value from RGB is 230 - color contains mainly: blue. Hex color #A855E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A855E6 is #57AA19. Grayscale: #7D7D7D. Windows color (decimal): -5745178 or 15095208. OLE color: 15095208.
HSL color Cylindrical-coordinate representation of color #A855E6: hue angle of 274.34º degrees, saturation: 0.74, 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 #A855E6 is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 85 | 230 | - |
| CMYK | 0.27 | 0.63 | 0 | 0.10 |
| HSL | 274.34º | 0.74% | 0.62% | - |
| HSV(B) | 274.34º | 0.63% | 0.9% | - |
| XYZ | 33.68 | 20.54 | 77.05 | - |
| YUV | 126.35 | 186.5 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 85 | 230 | 0.27 | 0.63 | 0 | 0.10 | 274.34 | 0.74 | 0.62 |
| Hex | A8 | 55 | E6 | 1B | 3F | 0 | A | 112 | 4A | 3E |
| Octal | 250 | 125 | 346 | 33 | 77 | 0 | 12 | 422 | 112 | 76 |
| Binary | 10101000 | 1010101 | 11100110 | 11011 | 111111 | 0 | 1010 | 100010010 | 1001010 | 111110 |
Color Harmonies of #A855E6
Complementary color
Monochromatic Colors of #A855E6
Black with #A855E6
Text Example
Text Example
White with #A855E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A855E6; }
p { color: rgb(168,85,230); }
H1.HeaderClassName
{
color: #A855E6;
}
.AnyTagClassName
{
color: #A855E6;
}
</style>
background-color css
<style>
a { background-color: #A855E6; }
a { background-color: rgb(168,85,230); }
div.DivClassName
{
background-color: #A855E6;
}
.BgClassName
{
background-color: #A855E6;
}
</style>
border-color css
<style>
span { border-color: #A855E6; }
span { border-color: rgb(168,85,230); }
td.TdClassName
{
border-color: #A855E6;
}
.TagClassName
{
border-color: #A855E6;
}
</style>