Shades of Dark Orchid #A826D5
Tints of Dark Orchid #A826D5
RGB
CMYK
RGB Variations
Color information
#A826D5 (or 0xA826D5) is known color: Dark Orchid. HEX triplet: A8, 26 and D5. RGB value is (168,38,213). Sum of RGB (Red+Green+Blue) = 168+38+213=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 38 (15.23% from 255 or 9.07% from 419); Blue value is 213 (83.59% from 255 or 50.84% from 419); Max value from RGB is 213 - color contains mainly: blue. Hex color #A826D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A826D5 is #57D92A. Grayscale: #606060. Windows color (decimal): -5757227 or 13969064. OLE color: 13969064.
HSL color Cylindrical-coordinate representation of color #A826D5: hue angle of 284.57º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A826D5 is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 38 | 213 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.16 |
| HSL | 284.57º | 0.7% | 0.49% | - |
| HSV(B) | 284.57º | 0.82% | 0.84% | - |
| XYZ | 28.85 | 14.52 | 64.23 | - |
| YUV | 96.82 | 193.57 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 213 | 0.21 | 0.82 | 0 | 0.16 | 284.57 | 0.7 | 0.49 |
| Hex | A8 | 26 | D5 | 15 | 52 | 0 | 10 | 11D | 46 | 31 |
| Octal | 250 | 46 | 325 | 25 | 122 | 0 | 20 | 435 | 106 | 61 |
| Binary | 10101000 | 100110 | 11010101 | 10101 | 1010010 | 0 | 10000 | 100011101 | 1000110 | 110001 |
Color Harmonies of #A826D5
Complementary color
Monochromatic Colors of #A826D5
Black with #A826D5
Text Example
Text Example
White with #A826D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A826D5; }
p { color: rgb(168,38,213); }
H1.HeaderClassName
{
color: #A826D5;
}
.AnyTagClassName
{
color: #A826D5;
}
</style>
background-color css
<style>
a { background-color: #A826D5; }
a { background-color: rgb(168,38,213); }
div.DivClassName
{
background-color: #A826D5;
}
.BgClassName
{
background-color: #A826D5;
}
</style>
border-color css
<style>
span { border-color: #A826D5; }
span { border-color: rgb(168,38,213); }
td.TdClassName
{
border-color: #A826D5;
}
.TagClassName
{
border-color: #A826D5;
}
</style>