Shades of Medium Orchid #A851CE
Tints of Medium Orchid #A851CE
RGB
CMYK
RGB Variations
Color information
#A851CE (or 0xA851CE) is known color: Medium Orchid. HEX triplet: A8, 51 and CE. RGB value is (168,81,206). Sum of RGB (Red+Green+Blue) = 168+81+206=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 81 (32.03% from 255 or 17.80% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #A851CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A851CE is #57AE31. Grayscale: #787878. Windows color (decimal): -5746226 or 13521320. OLE color: 13521320.
HSL color Cylindrical-coordinate representation of color #A851CE: hue angle of 281.76º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A851CE is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 81 | 206 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.19 |
| HSL | 281.76º | 0.56% | 0.56% | - |
| HSV(B) | 281.76º | 0.61% | 0.81% | - |
| XYZ | 30.23 | 18.67 | 60.4 | - |
| YUV | 121.26 | 175.82 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 81 | 206 | 0.18 | 0.61 | 0 | 0.19 | 281.76 | 0.56 | 0.56 |
| Hex | A8 | 51 | CE | 12 | 3D | 0 | 13 | 11A | 38 | 38 |
| Octal | 250 | 121 | 316 | 22 | 75 | 0 | 23 | 432 | 70 | 70 |
| Binary | 10101000 | 1010001 | 11001110 | 10010 | 111101 | 0 | 10011 | 100011010 | 111000 | 111000 |
Color Harmonies of #A851CE
Complementary color
Monochromatic Colors of #A851CE
Black with #A851CE
Text Example
Text Example
White with #A851CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A851CE; }
p { color: rgb(168,81,206); }
H1.HeaderClassName
{
color: #A851CE;
}
.AnyTagClassName
{
color: #A851CE;
}
</style>
background-color css
<style>
a { background-color: #A851CE; }
a { background-color: rgb(168,81,206); }
div.DivClassName
{
background-color: #A851CE;
}
.BgClassName
{
background-color: #A851CE;
}
</style>
border-color css
<style>
span { border-color: #A851CE; }
span { border-color: rgb(168,81,206); }
td.TdClassName
{
border-color: #A851CE;
}
.TagClassName
{
border-color: #A851CE;
}
</style>