Shades of Dark Orchid #A236AF
Tints of Dark Orchid #A236AF
RGB
CMYK
RGB Variations
Color information
#A236AF (or 0xA236AF) is known color: Dark Orchid. HEX triplet: A2, 36 and AF. RGB value is (162,54,175). Sum of RGB (Red+Green+Blue) = 162+54+175=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 54 (21.48% from 255 or 13.81% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 175 - color contains mainly: blue. Hex color #A236AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A236AF is #5DC950. Grayscale: #636363. Windows color (decimal): -6146385 or 11482786. OLE color: 11482786.
HSL color Cylindrical-coordinate representation of color #A236AF: hue angle of 293.55º 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 #A236AF is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 54 | 175 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.31 |
| HSL | 293.55º | 0.53% | 0.45% | - |
| HSV(B) | 293.55º | 0.69% | 0.69% | - |
| XYZ | 23.96 | 13.41 | 41.88 | - |
| YUV | 100.09 | 170.28 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 54 | 175 | 0.07 | 0.69 | 0 | 0.31 | 293.55 | 0.53 | 0.45 |
| Hex | A2 | 36 | AF | 7 | 45 | 0 | 1F | 126 | 35 | 2D |
| Octal | 242 | 66 | 257 | 7 | 105 | 0 | 37 | 446 | 65 | 55 |
| Binary | 10100010 | 110110 | 10101111 | 111 | 1000101 | 0 | 11111 | 100100110 | 110101 | 101101 |
Color Harmonies of #A236AF
Complementary color
Monochromatic Colors of #A236AF
Black with #A236AF
Text Example
Text Example
White with #A236AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A236AF; }
p { color: rgb(162,54,175); }
H1.HeaderClassName
{
color: #A236AF;
}
.AnyTagClassName
{
color: #A236AF;
}
</style>
background-color css
<style>
a { background-color: #A236AF; }
a { background-color: rgb(162,54,175); }
div.DivClassName
{
background-color: #A236AF;
}
.BgClassName
{
background-color: #A236AF;
}
</style>
border-color css
<style>
span { border-color: #A236AF; }
span { border-color: rgb(162,54,175); }
td.TdClassName
{
border-color: #A236AF;
}
.TagClassName
{
border-color: #A236AF;
}
</style>