Shades of Dark Orchid #A236D2
Tints of Dark Orchid #A236D2
RGB
CMYK
RGB Variations
Color information
#A236D2 (or 0xA236D2) is known color: Dark Orchid. HEX triplet: A2, 36 and D2. RGB value is (162,54,210). Sum of RGB (Red+Green+Blue) = 162+54+210=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 54 (21.48% from 255 or 12.68% from 426); Blue value is 210 (82.42% from 255 or 49.30% from 426); Max value from RGB is 210 - color contains mainly: blue. Hex color #A236D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A236D2 is #5DC92D. Grayscale: #676767. Windows color (decimal): -6146350 or 13776546. OLE color: 13776546.
HSL color Cylindrical-coordinate representation of color #A236D2: hue angle of 281.54º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A236D2 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 54 | 210 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.18 |
| HSL | 281.54º | 0.63% | 0.52% | - |
| HSV(B) | 281.54º | 0.74% | 0.82% | - |
| XYZ | 27.85 | 14.97 | 62.39 | - |
| YUV | 104.08 | 187.78 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 54 | 210 | 0.23 | 0.74 | 0 | 0.18 | 281.54 | 0.63 | 0.52 |
| Hex | A2 | 36 | D2 | 17 | 4A | 0 | 12 | 11A | 3F | 34 |
| Octal | 242 | 66 | 322 | 27 | 112 | 0 | 22 | 432 | 77 | 64 |
| Binary | 10100010 | 110110 | 11010010 | 10111 | 1001010 | 0 | 10010 | 100011010 | 111111 | 110100 |
Color Harmonies of #A236D2
Complementary color
Monochromatic Colors of #A236D2
Black with #A236D2
Text Example
Text Example
White with #A236D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A236D2; }
p { color: rgb(162,54,210); }
H1.HeaderClassName
{
color: #A236D2;
}
.AnyTagClassName
{
color: #A236D2;
}
</style>
background-color css
<style>
a { background-color: #A236D2; }
a { background-color: rgb(162,54,210); }
div.DivClassName
{
background-color: #A236D2;
}
.BgClassName
{
background-color: #A236D2;
}
</style>
border-color css
<style>
span { border-color: #A236D2; }
span { border-color: rgb(162,54,210); }
td.TdClassName
{
border-color: #A236D2;
}
.TagClassName
{
border-color: #A236D2;
}
</style>