Shades of Dark Orchid #A833AC
Tints of Dark Orchid #A833AC
RGB
CMYK
RGB Variations
Color information
#A833AC (or 0xA833AC) is known color: Dark Orchid. HEX triplet: A8, 33 and AC. RGB value is (168,51,172). Sum of RGB (Red+Green+Blue) = 168+51+172=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 51 (20.31% from 255 or 13.04% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #A833AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A833AC is #57CC53. Grayscale: #636363. Windows color (decimal): -5753940 or 11285416. OLE color: 11285416.
HSL color Cylindrical-coordinate representation of color #A833AC: hue angle of 298.02º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A833AC is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 51 | 172 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.33 |
| HSL | 298.02º | 0.54% | 0.44% | - |
| HSV(B) | 298.02º | 0.7% | 0.67% | - |
| XYZ | 24.78 | 13.67 | 40.36 | - |
| YUV | 99.78 | 168.76 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 51 | 172 | 0.02 | 0.70 | 0 | 0.33 | 298.02 | 0.54 | 0.44 |
| Hex | A8 | 33 | AC | 2 | 46 | 0 | 21 | 12A | 36 | 2C |
| Octal | 250 | 63 | 254 | 2 | 106 | 0 | 41 | 452 | 66 | 54 |
| Binary | 10101000 | 110011 | 10101100 | 10 | 1000110 | 0 | 100001 | 100101010 | 110110 | 101100 |
Color Harmonies of #A833AC
Complementary color
Monochromatic Colors of #A833AC
Black with #A833AC
Text Example
Text Example
White with #A833AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A833AC; }
p { color: rgb(168,51,172); }
H1.HeaderClassName
{
color: #A833AC;
}
.AnyTagClassName
{
color: #A833AC;
}
</style>
background-color css
<style>
a { background-color: #A833AC; }
a { background-color: rgb(168,51,172); }
div.DivClassName
{
background-color: #A833AC;
}
.BgClassName
{
background-color: #A833AC;
}
</style>
border-color css
<style>
span { border-color: #A833AC; }
span { border-color: rgb(168,51,172); }
td.TdClassName
{
border-color: #A833AC;
}
.TagClassName
{
border-color: #A833AC;
}
</style>