Shades of Dark Orchid #A833BC
Tints of Dark Orchid #A833BC
RGB
CMYK
RGB Variations
Color information
#A833BC (or 0xA833BC) is known color: Dark Orchid. HEX triplet: A8, 33 and BC. RGB value is (168,51,188). Sum of RGB (Red+Green+Blue) = 168+51+188=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 51 (20.31% from 255 or 12.53% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #A833BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A833BC is #57CC43. Grayscale: #656565. Windows color (decimal): -5753924 or 12333992. OLE color: 12333992.
HSL color Cylindrical-coordinate representation of color #A833BC: hue angle of 291.24º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A833BC is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 51 | 188 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.26 |
| HSL | 291.24º | 0.57% | 0.47% | - |
| HSV(B) | 291.24º | 0.73% | 0.74% | - |
| XYZ | 26.41 | 14.32 | 48.95 | - |
| YUV | 101.6 | 176.76 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 51 | 188 | 0.11 | 0.73 | 0 | 0.26 | 291.24 | 0.57 | 0.47 |
| Hex | A8 | 33 | BC | B | 49 | 0 | 1A | 123 | 39 | 2F |
| Octal | 250 | 63 | 274 | 13 | 111 | 0 | 32 | 443 | 71 | 57 |
| Binary | 10101000 | 110011 | 10111100 | 1011 | 1001001 | 0 | 11010 | 100100011 | 111001 | 101111 |
Color Harmonies of #A833BC
Complementary color
Monochromatic Colors of #A833BC
Black with #A833BC
Text Example
Text Example
White with #A833BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A833BC; }
p { color: rgb(168,51,188); }
H1.HeaderClassName
{
color: #A833BC;
}
.AnyTagClassName
{
color: #A833BC;
}
</style>
background-color css
<style>
a { background-color: #A833BC; }
a { background-color: rgb(168,51,188); }
div.DivClassName
{
background-color: #A833BC;
}
.BgClassName
{
background-color: #A833BC;
}
</style>
border-color css
<style>
span { border-color: #A833BC; }
span { border-color: rgb(168,51,188); }
td.TdClassName
{
border-color: #A833BC;
}
.TagClassName
{
border-color: #A833BC;
}
</style>