Shades of Dark Orchid #A828DA
Tints of Dark Orchid #A828DA
RGB
CMYK
RGB Variations
Color information
#A828DA (or 0xA828DA) is known color: Dark Orchid. HEX triplet: A8, 28 and DA. RGB value is (168,40,218). Sum of RGB (Red+Green+Blue) = 168+40+218=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 40 (16.02% from 255 or 9.39% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #A828DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A828DA is #57D725. Grayscale: #616161. Windows color (decimal): -5756710 or 14297256. OLE color: 14297256.
HSL color Cylindrical-coordinate representation of color #A828DA: hue angle of 283.15º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A828DA is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 40 | 218 | - |
| CMYK | 0.23 | 0.82 | 0 | 0.15 |
| HSL | 283.15º | 0.71% | 0.51% | - |
| HSV(B) | 283.15º | 0.82% | 0.85% | - |
| XYZ | 29.56 | 14.9 | 67.65 | - |
| YUV | 98.56 | 195.41 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 218 | 0.23 | 0.82 | 0 | 0.15 | 283.15 | 0.71 | 0.51 |
| Hex | A8 | 28 | DA | 17 | 52 | 0 | F | 11B | 47 | 33 |
| Octal | 250 | 50 | 332 | 27 | 122 | 0 | 17 | 433 | 107 | 63 |
| Binary | 10101000 | 101000 | 11011010 | 10111 | 1010010 | 0 | 1111 | 100011011 | 1000111 | 110011 |
Color Harmonies of #A828DA
Complementary color
Monochromatic Colors of #A828DA
Black with #A828DA
Text Example
Text Example
White with #A828DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A828DA; }
p { color: rgb(168,40,218); }
H1.HeaderClassName
{
color: #A828DA;
}
.AnyTagClassName
{
color: #A828DA;
}
</style>
background-color css
<style>
a { background-color: #A828DA; }
a { background-color: rgb(168,40,218); }
div.DivClassName
{
background-color: #A828DA;
}
.BgClassName
{
background-color: #A828DA;
}
</style>
border-color css
<style>
span { border-color: #A828DA; }
span { border-color: rgb(168,40,218); }
td.TdClassName
{
border-color: #A828DA;
}
.TagClassName
{
border-color: #A828DA;
}
</style>