Shades of Dark Orchid #A81DC2
Tints of Dark Orchid #A81DC2
RGB
CMYK
RGB Variations
Color information
#A81DC2 (or 0xA81DC2) is known color: Dark Orchid. HEX triplet: A8, 1D and C2. RGB value is (168,29,194). Sum of RGB (Red+Green+Blue) = 168+29+194=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 29 (11.72% from 255 or 7.42% from 391); Blue value is 194 (76.17% from 255 or 49.62% from 391); Max value from RGB is 194 - color contains mainly: blue. Hex color #A81DC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81DC2 is #57E23D. Grayscale: #585858. Windows color (decimal): -5759550 or 12721576. OLE color: 12721576.
HSL color Cylindrical-coordinate representation of color #A81DC2: hue angle of 290.55º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A81DC2 is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 29 | 194 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.24 |
| HSL | 290.55º | 0.74% | 0.44% | - |
| HSV(B) | 290.55º | 0.85% | 0.76% | - |
| XYZ | 26.33 | 13.1 | 52.18 | - |
| YUV | 89.37 | 187.05 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 29 | 194 | 0.13 | 0.85 | 0 | 0.24 | 290.55 | 0.74 | 0.44 |
| Hex | A8 | 1D | C2 | D | 55 | 0 | 18 | 123 | 4A | 2C |
| Octal | 250 | 35 | 302 | 15 | 125 | 0 | 30 | 443 | 112 | 54 |
| Binary | 10101000 | 11101 | 11000010 | 1101 | 1010101 | 0 | 11000 | 100100011 | 1001010 | 101100 |
Color Harmonies of #A81DC2
Complementary color
Monochromatic Colors of #A81DC2
Black with #A81DC2
Text Example
Text Example
White with #A81DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81DC2; }
p { color: rgb(168,29,194); }
H1.HeaderClassName
{
color: #A81DC2;
}
.AnyTagClassName
{
color: #A81DC2;
}
</style>
background-color css
<style>
a { background-color: #A81DC2; }
a { background-color: rgb(168,29,194); }
div.DivClassName
{
background-color: #A81DC2;
}
.BgClassName
{
background-color: #A81DC2;
}
</style>
border-color css
<style>
span { border-color: #A81DC2; }
span { border-color: rgb(168,29,194); }
td.TdClassName
{
border-color: #A81DC2;
}
.TagClassName
{
border-color: #A81DC2;
}
</style>