Shades of Dark Orchid #A828AF
Tints of Dark Orchid #A828AF
RGB
CMYK
RGB Variations
Color information
#A828AF (or 0xA828AF) is known color: Dark Orchid. HEX triplet: A8, 28 and AF. RGB value is (168,40,175). Sum of RGB (Red+Green+Blue) = 168+40+175=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 40 (16.02% from 255 or 10.44% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 175 - color contains mainly: blue. Hex color #A828AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A828AF is #57D750. Grayscale: #5D5D5D. Windows color (decimal): -5756753 or 11479208. OLE color: 11479208.
HSL color Cylindrical-coordinate representation of color #A828AF: hue angle of 296.89º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A828AF is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 40 | 175 | - |
| CMYK | 0.04 | 0.77 | 0 | 0.31 |
| HSL | 296.89º | 0.63% | 0.42% | - |
| HSV(B) | 296.89º | 0.77% | 0.69% | - |
| XYZ | 24.65 | 12.94 | 41.76 | - |
| YUV | 93.66 | 173.91 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 175 | 0.04 | 0.77 | 0 | 0.31 | 296.89 | 0.63 | 0.42 |
| Hex | A8 | 28 | AF | 4 | 4D | 0 | 1F | 129 | 3F | 2A |
| Octal | 250 | 50 | 257 | 4 | 115 | 0 | 37 | 451 | 77 | 52 |
| Binary | 10101000 | 101000 | 10101111 | 100 | 1001101 | 0 | 11111 | 100101001 | 111111 | 101010 |
Color Harmonies of #A828AF
Complementary color
Monochromatic Colors of #A828AF
Black with #A828AF
Text Example
Text Example
White with #A828AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A828AF; }
p { color: rgb(168,40,175); }
H1.HeaderClassName
{
color: #A828AF;
}
.AnyTagClassName
{
color: #A828AF;
}
</style>
background-color css
<style>
a { background-color: #A828AF; }
a { background-color: rgb(168,40,175); }
div.DivClassName
{
background-color: #A828AF;
}
.BgClassName
{
background-color: #A828AF;
}
</style>
border-color css
<style>
span { border-color: #A828AF; }
span { border-color: rgb(168,40,175); }
td.TdClassName
{
border-color: #A828AF;
}
.TagClassName
{
border-color: #A828AF;
}
</style>