Shades of Dark Orchid #A826D3
Tints of Dark Orchid #A826D3
RGB
CMYK
RGB Variations
Color information
#A826D3 (or 0xA826D3) is known color: Dark Orchid. HEX triplet: A8, 26 and D3. RGB value is (168,38,211). Sum of RGB (Red+Green+Blue) = 168+38+211=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 38 (15.23% from 255 or 9.11% from 417); Blue value is 211 (82.81% from 255 or 50.60% from 417); Max value from RGB is 211 - color contains mainly: blue. Hex color #A826D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A826D3 is #57D92C. Grayscale: #606060. Windows color (decimal): -5757229 or 13837992. OLE color: 13837992.
HSL color Cylindrical-coordinate representation of color #A826D3: hue angle of 285.09º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A826D3 is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 38 | 211 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.17 |
| HSL | 285.09º | 0.69% | 0.49% | - |
| HSV(B) | 285.09º | 0.82% | 0.83% | - |
| XYZ | 28.6 | 14.41 | 62.9 | - |
| YUV | 96.59 | 192.57 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 211 | 0.20 | 0.82 | 0 | 0.17 | 285.09 | 0.69 | 0.49 |
| Hex | A8 | 26 | D3 | 14 | 52 | 0 | 11 | 11D | 45 | 31 |
| Octal | 250 | 46 | 323 | 24 | 122 | 0 | 21 | 435 | 105 | 61 |
| Binary | 10101000 | 100110 | 11010011 | 10100 | 1010010 | 0 | 10001 | 100011101 | 1000101 | 110001 |
Color Harmonies of #A826D3
Complementary color
Monochromatic Colors of #A826D3
Black with #A826D3
Text Example
Text Example
White with #A826D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A826D3; }
p { color: rgb(168,38,211); }
H1.HeaderClassName
{
color: #A826D3;
}
.AnyTagClassName
{
color: #A826D3;
}
</style>
background-color css
<style>
a { background-color: #A826D3; }
a { background-color: rgb(168,38,211); }
div.DivClassName
{
background-color: #A826D3;
}
.BgClassName
{
background-color: #A826D3;
}
</style>
border-color css
<style>
span { border-color: #A826D3; }
span { border-color: rgb(168,38,211); }
td.TdClassName
{
border-color: #A826D3;
}
.TagClassName
{
border-color: #A826D3;
}
</style>