Shades of Dark Orchid #A235D1
Tints of Dark Orchid #A235D1
RGB
CMYK
RGB Variations
Color information
#A235D1 (or 0xA235D1) is known color: Dark Orchid. HEX triplet: A2, 35 and D1. RGB value is (162,53,209). Sum of RGB (Red+Green+Blue) = 162+53+209=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 53 (21.09% from 255 or 12.5% from 424); Blue value is 209 (82.03% from 255 or 49.29% from 424); Max value from RGB is 209 - color contains mainly: blue. Hex color #A235D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A235D1 is #5DCA2E. Grayscale: #666666. Windows color (decimal): -6146607 or 13710754. OLE color: 13710754.
HSL color Cylindrical-coordinate representation of color #A235D1: hue angle of 281.92º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A235D1 is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 53 | 209 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.18 |
| HSL | 281.92º | 0.63% | 0.51% | - |
| HSV(B) | 281.92º | 0.75% | 0.82% | - |
| XYZ | 27.68 | 14.83 | 61.73 | - |
| YUV | 103.38 | 187.61 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 53 | 209 | 0.22 | 0.75 | 0 | 0.18 | 281.92 | 0.63 | 0.51 |
| Hex | A2 | 35 | D1 | 16 | 4B | 0 | 12 | 11A | 3F | 33 |
| Octal | 242 | 65 | 321 | 26 | 113 | 0 | 22 | 432 | 77 | 63 |
| Binary | 10100010 | 110101 | 11010001 | 10110 | 1001011 | 0 | 10010 | 100011010 | 111111 | 110011 |
Color Harmonies of #A235D1
Complementary color
Monochromatic Colors of #A235D1
Black with #A235D1
Text Example
Text Example
White with #A235D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A235D1; }
p { color: rgb(162,53,209); }
H1.HeaderClassName
{
color: #A235D1;
}
.AnyTagClassName
{
color: #A235D1;
}
</style>
background-color css
<style>
a { background-color: #A235D1; }
a { background-color: rgb(162,53,209); }
div.DivClassName
{
background-color: #A235D1;
}
.BgClassName
{
background-color: #A235D1;
}
</style>
border-color css
<style>
span { border-color: #A235D1; }
span { border-color: rgb(162,53,209); }
td.TdClassName
{
border-color: #A235D1;
}
.TagClassName
{
border-color: #A235D1;
}
</style>