Shades of Dark Orchid #A836AF
Tints of Dark Orchid #A836AF
RGB
CMYK
RGB Variations
Color information
#A836AF (or 0xA836AF) is known color: Dark Orchid. HEX triplet: A8, 36 and AF. RGB value is (168,54,175). Sum of RGB (Red+Green+Blue) = 168+54+175=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 54 (21.48% from 255 or 13.60% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #A836AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A836AF is #57C950. Grayscale: #656565. Windows color (decimal): -5753169 or 11482792. OLE color: 11482792.
HSL color Cylindrical-coordinate representation of color #A836AF: hue angle of 296.53º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A836AF is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 54 | 175 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.31 |
| HSL | 296.53º | 0.53% | 0.45% | - |
| HSV(B) | 296.53º | 0.69% | 0.69% | - |
| XYZ | 25.21 | 14.06 | 41.94 | - |
| YUV | 101.88 | 169.27 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 54 | 175 | 0.04 | 0.69 | 0 | 0.31 | 296.53 | 0.53 | 0.45 |
| Hex | A8 | 36 | AF | 4 | 45 | 0 | 1F | 129 | 35 | 2D |
| Octal | 250 | 66 | 257 | 4 | 105 | 0 | 37 | 451 | 65 | 55 |
| Binary | 10101000 | 110110 | 10101111 | 100 | 1000101 | 0 | 11111 | 100101001 | 110101 | 101101 |
Color Harmonies of #A836AF
Complementary color
Monochromatic Colors of #A836AF
Black with #A836AF
Text Example
Text Example
White with #A836AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A836AF; }
p { color: rgb(168,54,175); }
H1.HeaderClassName
{
color: #A836AF;
}
.AnyTagClassName
{
color: #A836AF;
}
</style>
background-color css
<style>
a { background-color: #A836AF; }
a { background-color: rgb(168,54,175); }
div.DivClassName
{
background-color: #A836AF;
}
.BgClassName
{
background-color: #A836AF;
}
</style>
border-color css
<style>
span { border-color: #A836AF; }
span { border-color: rgb(168,54,175); }
td.TdClassName
{
border-color: #A836AF;
}
.TagClassName
{
border-color: #A836AF;
}
</style>