Shades of Dark Orchid #A235D0
Tints of Dark Orchid #A235D0
RGB
CMYK
RGB Variations
Color information
#A235D0 (or 0xA235D0) is known color: Dark Orchid. HEX triplet: A2, 35 and D0. RGB value is (162,53,208). Sum of RGB (Red+Green+Blue) = 162+53+208=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 53 (21.09% from 255 or 12.53% from 423); Blue value is 208 (81.64% from 255 or 49.17% from 423); Max value from RGB is 208 - color contains mainly: blue. Hex color #A235D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A235D0 is #5DCA2F. Grayscale: #666666. Windows color (decimal): -6146608 or 13645218. OLE color: 13645218.
HSL color Cylindrical-coordinate representation of color #A235D0: hue angle of 282.19º degrees, saturation: 0.62, 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 #A235D0 is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 53 | 208 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.18 |
| HSL | 282.19º | 0.62% | 0.51% | - |
| HSV(B) | 282.19º | 0.75% | 0.82% | - |
| XYZ | 27.56 | 14.78 | 61.08 | - |
| YUV | 103.26 | 187.11 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 53 | 208 | 0.22 | 0.75 | 0 | 0.18 | 282.19 | 0.62 | 0.51 |
| Hex | A2 | 35 | D0 | 16 | 4B | 0 | 12 | 11A | 3E | 33 |
| Octal | 242 | 65 | 320 | 26 | 113 | 0 | 22 | 432 | 76 | 63 |
| Binary | 10100010 | 110101 | 11010000 | 10110 | 1001011 | 0 | 10010 | 100011010 | 111110 | 110011 |
Color Harmonies of #A235D0
Complementary color
Monochromatic Colors of #A235D0
Black with #A235D0
Text Example
Text Example
White with #A235D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A235D0; }
p { color: rgb(162,53,208); }
H1.HeaderClassName
{
color: #A235D0;
}
.AnyTagClassName
{
color: #A235D0;
}
</style>
background-color css
<style>
a { background-color: #A235D0; }
a { background-color: rgb(162,53,208); }
div.DivClassName
{
background-color: #A235D0;
}
.BgClassName
{
background-color: #A235D0;
}
</style>
border-color css
<style>
span { border-color: #A235D0; }
span { border-color: rgb(162,53,208); }
td.TdClassName
{
border-color: #A235D0;
}
.TagClassName
{
border-color: #A235D0;
}
</style>