Shades of Dark Orchid #A817C2
Tints of Dark Orchid #A817C2
RGB
CMYK
RGB Variations
Color information
#A817C2 (or 0xA817C2) is known color: Dark Orchid. HEX triplet: A8, 17 and C2. RGB value is (168,23,194). Sum of RGB (Red+Green+Blue) = 168+23+194=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 23 (9.38% from 255 or 5.97% from 385); Blue value is 194 (76.17% from 255 or 50.39% from 385); Max value from RGB is 194 - color contains mainly: blue. Hex color #A817C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A817C2 is #57E83D. Grayscale: #555555. Windows color (decimal): -5761086 or 12720040. OLE color: 12720040.
HSL color Cylindrical-coordinate representation of color #A817C2: hue angle of 290.88º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A817C2 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 23 | 194 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.24 |
| HSL | 290.88º | 0.79% | 0.43% | - |
| HSV(B) | 290.88º | 0.88% | 0.76% | - |
| XYZ | 26.19 | 12.83 | 52.14 | - |
| YUV | 85.85 | 189.04 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 194 | 0.13 | 0.88 | 0 | 0.24 | 290.88 | 0.79 | 0.43 |
| Hex | A8 | 17 | C2 | D | 58 | 0 | 18 | 123 | 4F | 2B |
| Octal | 250 | 27 | 302 | 15 | 130 | 0 | 30 | 443 | 117 | 53 |
| Binary | 10101000 | 10111 | 11000010 | 1101 | 1011000 | 0 | 11000 | 100100011 | 1001111 | 101011 |
Color Harmonies of #A817C2
Complementary color
Monochromatic Colors of #A817C2
Black with #A817C2
Text Example
Text Example
White with #A817C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A817C2; }
p { color: rgb(168,23,194); }
H1.HeaderClassName
{
color: #A817C2;
}
.AnyTagClassName
{
color: #A817C2;
}
</style>
background-color css
<style>
a { background-color: #A817C2; }
a { background-color: rgb(168,23,194); }
div.DivClassName
{
background-color: #A817C2;
}
.BgClassName
{
background-color: #A817C2;
}
</style>
border-color css
<style>
span { border-color: #A817C2; }
span { border-color: rgb(168,23,194); }
td.TdClassName
{
border-color: #A817C2;
}
.TagClassName
{
border-color: #A817C2;
}
</style>