Shades of Dark Orchid #A826AC
Tints of Dark Orchid #A826AC
RGB
CMYK
RGB Variations
Color information
#A826AC (or 0xA826AC) is known color: Dark Orchid. HEX triplet: A8, 26 and AC. RGB value is (168,38,172). Sum of RGB (Red+Green+Blue) = 168+38+172=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 38 (15.23% from 255 or 10.05% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #A826AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A826AC is #57D953. Grayscale: #5B5B5B. Windows color (decimal): -5757268 or 11282088. OLE color: 11282088.
HSL color Cylindrical-coordinate representation of color #A826AC: hue angle of 298.21º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A826AC is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 38 | 172 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.33 |
| HSL | 298.21º | 0.64% | 0.41% | - |
| HSV(B) | 298.21º | 0.78% | 0.67% | - |
| XYZ | 24.29 | 12.69 | 40.2 | - |
| YUV | 92.15 | 173.07 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 172 | 0.02 | 0.78 | 0 | 0.33 | 298.21 | 0.64 | 0.41 |
| Hex | A8 | 26 | AC | 2 | 4E | 0 | 21 | 12A | 40 | 29 |
| Octal | 250 | 46 | 254 | 2 | 116 | 0 | 41 | 452 | 100 | 51 |
| Binary | 10101000 | 100110 | 10101100 | 10 | 1001110 | 0 | 100001 | 100101010 | 1000000 | 101001 |
Color Harmonies of #A826AC
Complementary color
Monochromatic Colors of #A826AC
Black with #A826AC
Text Example
Text Example
White with #A826AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A826AC; }
p { color: rgb(168,38,172); }
H1.HeaderClassName
{
color: #A826AC;
}
.AnyTagClassName
{
color: #A826AC;
}
</style>
background-color css
<style>
a { background-color: #A826AC; }
a { background-color: rgb(168,38,172); }
div.DivClassName
{
background-color: #A826AC;
}
.BgClassName
{
background-color: #A826AC;
}
</style>
border-color css
<style>
span { border-color: #A826AC; }
span { border-color: rgb(168,38,172); }
td.TdClassName
{
border-color: #A826AC;
}
.TagClassName
{
border-color: #A826AC;
}
</style>