Shades of Dark Orchid #A235DB
Tints of Dark Orchid #A235DB
RGB
CMYK
RGB Variations
Color information
#A235DB (or 0xA235DB) is known color: Dark Orchid. HEX triplet: A2, 35 and DB. RGB value is (162,53,219). Sum of RGB (Red+Green+Blue) = 162+53+219=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 53 (21.09% from 255 or 12.21% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #A235DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A235DB is #5DCA24. Grayscale: #676767. Windows color (decimal): -6146597 or 14366114. OLE color: 14366114.
HSL color Cylindrical-coordinate representation of color #A235DB: hue angle of 279.4º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A235DB is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 53 | 219 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.14 |
| HSL | 279.4º | 0.7% | 0.53% | - |
| HSV(B) | 279.4º | 0.76% | 0.86% | - |
| XYZ | 28.96 | 15.34 | 68.45 | - |
| YUV | 104.52 | 192.61 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 53 | 219 | 0.26 | 0.76 | 0 | 0.14 | 279.4 | 0.7 | 0.53 |
| Hex | A2 | 35 | DB | 1A | 4C | 0 | E | 117 | 46 | 35 |
| Octal | 242 | 65 | 333 | 32 | 114 | 0 | 16 | 427 | 106 | 65 |
| Binary | 10100010 | 110101 | 11011011 | 11010 | 1001100 | 0 | 1110 | 100010111 | 1000110 | 110101 |
Color Harmonies of #A235DB
Complementary color
Monochromatic Colors of #A235DB
Black with #A235DB
Text Example
Text Example
White with #A235DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A235DB; }
p { color: rgb(162,53,219); }
H1.HeaderClassName
{
color: #A235DB;
}
.AnyTagClassName
{
color: #A235DB;
}
</style>
background-color css
<style>
a { background-color: #A235DB; }
a { background-color: rgb(162,53,219); }
div.DivClassName
{
background-color: #A235DB;
}
.BgClassName
{
background-color: #A235DB;
}
</style>
border-color css
<style>
span { border-color: #A235DB; }
span { border-color: rgb(162,53,219); }
td.TdClassName
{
border-color: #A235DB;
}
.TagClassName
{
border-color: #A235DB;
}
</style>