Shades of Dark Orchid #A816AF
Tints of Dark Orchid #A816AF
RGB
CMYK
RGB Variations
Color information
#A816AF (or 0xA816AF) is known color: Dark Orchid. HEX triplet: A8, 16 and AF. RGB value is (168,22,175). Sum of RGB (Red+Green+Blue) = 168+22+175=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 22 (8.98% from 255 or 6.03% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #A816AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A816AF is #57E950. Grayscale: #525252. Windows color (decimal): -5761361 or 11474600. OLE color: 11474600.
HSL color Cylindrical-coordinate representation of color #A816AF: hue angle of 297.25º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A816AF is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 22 | 175 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.31 |
| HSL | 297.25º | 0.78% | 0.39% | - |
| HSV(B) | 297.25º | 0.87% | 0.69% | - |
| XYZ | 24.17 | 11.99 | 41.6 | - |
| YUV | 83.1 | 179.87 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 175 | 0.04 | 0.87 | 0 | 0.31 | 297.25 | 0.78 | 0.39 |
| Hex | A8 | 16 | AF | 4 | 57 | 0 | 1F | 129 | 4E | 27 |
| Octal | 250 | 26 | 257 | 4 | 127 | 0 | 37 | 451 | 116 | 47 |
| Binary | 10101000 | 10110 | 10101111 | 100 | 1010111 | 0 | 11111 | 100101001 | 1001110 | 100111 |
Color Harmonies of #A816AF
Complementary color
Monochromatic Colors of #A816AF
Black with #A816AF
Text Example
Text Example
White with #A816AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A816AF; }
p { color: rgb(168,22,175); }
H1.HeaderClassName
{
color: #A816AF;
}
.AnyTagClassName
{
color: #A816AF;
}
</style>
background-color css
<style>
a { background-color: #A816AF; }
a { background-color: rgb(168,22,175); }
div.DivClassName
{
background-color: #A816AF;
}
.BgClassName
{
background-color: #A816AF;
}
</style>
border-color css
<style>
span { border-color: #A816AF; }
span { border-color: rgb(168,22,175); }
td.TdClassName
{
border-color: #A816AF;
}
.TagClassName
{
border-color: #A816AF;
}
</style>