Shades of Dark Orchid #A81CC5
Tints of Dark Orchid #A81CC5
RGB
CMYK
RGB Variations
Color information
#A81CC5 (or 0xA81CC5) is known color: Dark Orchid. HEX triplet: A8, 1C and C5. RGB value is (168,28,197). Sum of RGB (Red+Green+Blue) = 168+28+197=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 28 (11.33% from 255 or 7.12% from 393); Blue value is 197 (77.34% from 255 or 50.13% from 393); Max value from RGB is 197 - color contains mainly: blue. Hex color #A81CC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81CC5 is #57E33A. Grayscale: #585858. Windows color (decimal): -5759803 or 12917928. OLE color: 12917928.
HSL color Cylindrical-coordinate representation of color #A81CC5: hue angle of 289.7º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A81CC5 is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 28 | 197 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.23 |
| HSL | 289.7º | 0.75% | 0.44% | - |
| HSV(B) | 289.7º | 0.86% | 0.77% | - |
| XYZ | 26.64 | 13.19 | 53.96 | - |
| YUV | 89.13 | 188.88 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 28 | 197 | 0.15 | 0.86 | 0 | 0.23 | 289.7 | 0.75 | 0.44 |
| Hex | A8 | 1C | C5 | F | 56 | 0 | 17 | 122 | 4B | 2C |
| Octal | 250 | 34 | 305 | 17 | 126 | 0 | 27 | 442 | 113 | 54 |
| Binary | 10101000 | 11100 | 11000101 | 1111 | 1010110 | 0 | 10111 | 100100010 | 1001011 | 101100 |
Color Harmonies of #A81CC5
Complementary color
Monochromatic Colors of #A81CC5
Black with #A81CC5
Text Example
Text Example
White with #A81CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81CC5; }
p { color: rgb(168,28,197); }
H1.HeaderClassName
{
color: #A81CC5;
}
.AnyTagClassName
{
color: #A81CC5;
}
</style>
background-color css
<style>
a { background-color: #A81CC5; }
a { background-color: rgb(168,28,197); }
div.DivClassName
{
background-color: #A81CC5;
}
.BgClassName
{
background-color: #A81CC5;
}
</style>
border-color css
<style>
span { border-color: #A81CC5; }
span { border-color: rgb(168,28,197); }
td.TdClassName
{
border-color: #A81CC5;
}
.TagClassName
{
border-color: #A81CC5;
}
</style>