Shades of Dark Orchid #A235DD
Tints of Dark Orchid #A235DD
RGB
CMYK
RGB Variations
Color information
#A235DD (or 0xA235DD) is known color: Dark Orchid. HEX triplet: A2, 35 and DD. RGB value is (162,53,221). Sum of RGB (Red+Green+Blue) = 162+53+221=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 53 (21.09% from 255 or 12.16% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #A235DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A235DD is #5DCA22. Grayscale: #686868. Windows color (decimal): -6146595 or 14497186. OLE color: 14497186.
HSL color Cylindrical-coordinate representation of color #A235DD: hue angle of 278.93º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A235DD is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 53 | 221 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.13 |
| HSL | 278.93º | 0.71% | 0.54% | - |
| HSV(B) | 278.93º | 0.76% | 0.87% | - |
| XYZ | 29.22 | 15.45 | 69.85 | - |
| YUV | 104.74 | 193.61 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 53 | 221 | 0.27 | 0.76 | 0 | 0.13 | 278.93 | 0.71 | 0.54 |
| Hex | A2 | 35 | DD | 1B | 4C | 0 | D | 117 | 47 | 36 |
| Octal | 242 | 65 | 335 | 33 | 114 | 0 | 15 | 427 | 107 | 66 |
| Binary | 10100010 | 110101 | 11011101 | 11011 | 1001100 | 0 | 1101 | 100010111 | 1000111 | 110110 |
Color Harmonies of #A235DD
Complementary color
Monochromatic Colors of #A235DD
Black with #A235DD
Text Example
Text Example
White with #A235DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A235DD; }
p { color: rgb(162,53,221); }
H1.HeaderClassName
{
color: #A235DD;
}
.AnyTagClassName
{
color: #A235DD;
}
</style>
background-color css
<style>
a { background-color: #A235DD; }
a { background-color: rgb(162,53,221); }
div.DivClassName
{
background-color: #A235DD;
}
.BgClassName
{
background-color: #A235DD;
}
</style>
border-color css
<style>
span { border-color: #A235DD; }
span { border-color: rgb(162,53,221); }
td.TdClassName
{
border-color: #A235DD;
}
.TagClassName
{
border-color: #A235DD;
}
</style>