Shades of Dark Orchid #A826B7
Tints of Dark Orchid #A826B7
RGB
CMYK
RGB Variations
Color information
#A826B7 (or 0xA826B7) is known color: Dark Orchid. HEX triplet: A8, 26 and B7. RGB value is (168,38,183). Sum of RGB (Red+Green+Blue) = 168+38+183=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 38 (15.23% from 255 or 9.77% from 389); Blue value is 183 (71.88% from 255 or 47.04% from 389); Max value from RGB is 183 - color contains mainly: blue. Hex color #A826B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A826B7 is #57D948. Grayscale: #5C5C5C. Windows color (decimal): -5757257 or 12002984. OLE color: 12002984.
HSL color Cylindrical-coordinate representation of color #A826B7: hue angle of 293.79º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A826B7 is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 38 | 183 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.28 |
| HSL | 293.79º | 0.66% | 0.43% | - |
| HSV(B) | 293.79º | 0.79% | 0.72% | - |
| XYZ | 25.39 | 13.13 | 46 | - |
| YUV | 93.4 | 178.57 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 183 | 0.08 | 0.79 | 0 | 0.28 | 293.79 | 0.66 | 0.43 |
| Hex | A8 | 26 | B7 | 8 | 4F | 0 | 1C | 126 | 42 | 2B |
| Octal | 250 | 46 | 267 | 10 | 117 | 0 | 34 | 446 | 102 | 53 |
| Binary | 10101000 | 100110 | 10110111 | 1000 | 1001111 | 0 | 11100 | 100100110 | 1000010 | 101011 |
Color Harmonies of #A826B7
Complementary color
Monochromatic Colors of #A826B7
Black with #A826B7
Text Example
Text Example
White with #A826B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A826B7; }
p { color: rgb(168,38,183); }
H1.HeaderClassName
{
color: #A826B7;
}
.AnyTagClassName
{
color: #A826B7;
}
</style>
background-color css
<style>
a { background-color: #A826B7; }
a { background-color: rgb(168,38,183); }
div.DivClassName
{
background-color: #A826B7;
}
.BgClassName
{
background-color: #A826B7;
}
</style>
border-color css
<style>
span { border-color: #A826B7; }
span { border-color: rgb(168,38,183); }
td.TdClassName
{
border-color: #A826B7;
}
.TagClassName
{
border-color: #A826B7;
}
</style>