Shades of Medium Orchid #A848CA
Tints of Medium Orchid #A848CA
RGB
CMYK
RGB Variations
Color information
#A848CA (or 0xA848CA) is known color: Medium Orchid. HEX triplet: A8, 48 and CA. RGB value is (168,72,202). Sum of RGB (Red+Green+Blue) = 168+72+202=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 72 (28.52% from 255 or 16.29% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #A848CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A848CA is #57B735. Grayscale: #737373. Windows color (decimal): -5748534 or 13256872. OLE color: 13256872.
HSL color Cylindrical-coordinate representation of color #A848CA: hue angle of 284.31º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A848CA is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 72 | 202 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.21 |
| HSL | 284.31º | 0.55% | 0.54% | - |
| HSV(B) | 284.31º | 0.64% | 0.79% | - |
| XYZ | 29.13 | 17.22 | 57.67 | - |
| YUV | 115.52 | 176.8 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 72 | 202 | 0.17 | 0.64 | 0 | 0.21 | 284.31 | 0.55 | 0.54 |
| Hex | A8 | 48 | CA | 11 | 40 | 0 | 15 | 11C | 37 | 36 |
| Octal | 250 | 110 | 312 | 21 | 100 | 0 | 25 | 434 | 67 | 66 |
| Binary | 10101000 | 1001000 | 11001010 | 10001 | 1000000 | 0 | 10101 | 100011100 | 110111 | 110110 |
Color Harmonies of #A848CA
Complementary color
Monochromatic Colors of #A848CA
Black with #A848CA
Text Example
Text Example
White with #A848CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A848CA; }
p { color: rgb(168,72,202); }
H1.HeaderClassName
{
color: #A848CA;
}
.AnyTagClassName
{
color: #A848CA;
}
</style>
background-color css
<style>
a { background-color: #A848CA; }
a { background-color: rgb(168,72,202); }
div.DivClassName
{
background-color: #A848CA;
}
.BgClassName
{
background-color: #A848CA;
}
</style>
border-color css
<style>
span { border-color: #A848CA; }
span { border-color: rgb(168,72,202); }
td.TdClassName
{
border-color: #A848CA;
}
.TagClassName
{
border-color: #A848CA;
}
</style>