Shades of Dark Orchid #A836B3
Tints of Dark Orchid #A836B3
RGB
CMYK
RGB Variations
Color information
#A836B3 (or 0xA836B3) is known color: Dark Orchid. HEX triplet: A8, 36 and B3. RGB value is (168,54,179). Sum of RGB (Red+Green+Blue) = 168+54+179=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 54 (21.48% from 255 or 13.47% from 401); Blue value is 179 (70.31% from 255 or 44.64% from 401); Max value from RGB is 179 - color contains mainly: blue. Hex color #A836B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A836B3 is #57C94C. Grayscale: #656565. Windows color (decimal): -5753165 or 11744936. OLE color: 11744936.
HSL color Cylindrical-coordinate representation of color #A836B3: hue angle of 294.72º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A836B3 is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 54 | 179 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.30 |
| HSL | 294.72º | 0.54% | 0.46% | - |
| HSV(B) | 294.72º | 0.7% | 0.7% | - |
| XYZ | 25.6 | 14.22 | 44.04 | - |
| YUV | 102.34 | 171.27 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 54 | 179 | 0.06 | 0.70 | 0 | 0.30 | 294.72 | 0.54 | 0.46 |
| Hex | A8 | 36 | B3 | 6 | 46 | 0 | 1E | 127 | 36 | 2E |
| Octal | 250 | 66 | 263 | 6 | 106 | 0 | 36 | 447 | 66 | 56 |
| Binary | 10101000 | 110110 | 10110011 | 110 | 1000110 | 0 | 11110 | 100100111 | 110110 | 101110 |
Color Harmonies of #A836B3
Complementary color
Monochromatic Colors of #A836B3
Black with #A836B3
Text Example
Text Example
White with #A836B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A836B3; }
p { color: rgb(168,54,179); }
H1.HeaderClassName
{
color: #A836B3;
}
.AnyTagClassName
{
color: #A836B3;
}
</style>
background-color css
<style>
a { background-color: #A836B3; }
a { background-color: rgb(168,54,179); }
div.DivClassName
{
background-color: #A836B3;
}
.BgClassName
{
background-color: #A836B3;
}
</style>
border-color css
<style>
span { border-color: #A836B3; }
span { border-color: rgb(168,54,179); }
td.TdClassName
{
border-color: #A836B3;
}
.TagClassName
{
border-color: #A836B3;
}
</style>