Shades of Dark Orchid #A826B8
Tints of Dark Orchid #A826B8
RGB
CMYK
RGB Variations
Color information
#A826B8 (or 0xA826B8) is known color: Dark Orchid. HEX triplet: A8, 26 and B8. RGB value is (168,38,184). Sum of RGB (Red+Green+Blue) = 168+38+184=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 38 (15.23% from 255 or 9.74% from 390); Blue value is 184 (72.27% from 255 or 47.18% from 390); Max value from RGB is 184 - color contains mainly: blue. Hex color #A826B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A826B8 is #57D947. Grayscale: #5D5D5D. Windows color (decimal): -5757256 or 12068520. OLE color: 12068520.
HSL color Cylindrical-coordinate representation of color #A826B8: hue angle of 293.42º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A826B8 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 38 | 184 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.28 |
| HSL | 293.42º | 0.66% | 0.44% | - |
| HSV(B) | 293.42º | 0.79% | 0.72% | - |
| XYZ | 25.49 | 13.17 | 46.55 | - |
| YUV | 93.51 | 179.07 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 184 | 0.09 | 0.79 | 0 | 0.28 | 293.42 | 0.66 | 0.44 |
| Hex | A8 | 26 | B8 | 9 | 4F | 0 | 1C | 125 | 42 | 2C |
| Octal | 250 | 46 | 270 | 11 | 117 | 0 | 34 | 445 | 102 | 54 |
| Binary | 10101000 | 100110 | 10111000 | 1001 | 1001111 | 0 | 11100 | 100100101 | 1000010 | 101100 |
Color Harmonies of #A826B8
Complementary color
Monochromatic Colors of #A826B8
Black with #A826B8
Text Example
Text Example
White with #A826B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A826B8; }
p { color: rgb(168,38,184); }
H1.HeaderClassName
{
color: #A826B8;
}
.AnyTagClassName
{
color: #A826B8;
}
</style>
background-color css
<style>
a { background-color: #A826B8; }
a { background-color: rgb(168,38,184); }
div.DivClassName
{
background-color: #A826B8;
}
.BgClassName
{
background-color: #A826B8;
}
</style>
border-color css
<style>
span { border-color: #A826B8; }
span { border-color: rgb(168,38,184); }
td.TdClassName
{
border-color: #A826B8;
}
.TagClassName
{
border-color: #A826B8;
}
</style>