Shades of Dark Orchid #A232DB
Tints of Dark Orchid #A232DB
RGB
CMYK
RGB Variations
Color information
#A232DB (or 0xA232DB) is known color: Dark Orchid. HEX triplet: A2, 32 and DB. RGB value is (162,50,219). Sum of RGB (Red+Green+Blue) = 162+50+219=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 50 (19.92% from 255 or 11.60% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #A232DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A232DB is #5DCD24. Grayscale: #666666. Windows color (decimal): -6147365 or 14365346. OLE color: 14365346.
HSL color Cylindrical-coordinate representation of color #A232DB: hue angle of 279.76º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A232DB is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 50 | 219 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.14 |
| HSL | 279.76º | 0.7% | 0.53% | - |
| HSV(B) | 279.76º | 0.77% | 0.86% | - |
| XYZ | 28.83 | 15.08 | 68.41 | - |
| YUV | 102.75 | 193.61 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 50 | 219 | 0.26 | 0.77 | 0 | 0.14 | 279.76 | 0.7 | 0.53 |
| Hex | A2 | 32 | DB | 1A | 4D | 0 | E | 118 | 46 | 35 |
| Octal | 242 | 62 | 333 | 32 | 115 | 0 | 16 | 430 | 106 | 65 |
| Binary | 10100010 | 110010 | 11011011 | 11010 | 1001101 | 0 | 1110 | 100011000 | 1000110 | 110101 |
Color Harmonies of #A232DB
Complementary color
Monochromatic Colors of #A232DB
Black with #A232DB
Text Example
Text Example
White with #A232DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A232DB; }
p { color: rgb(162,50,219); }
H1.HeaderClassName
{
color: #A232DB;
}
.AnyTagClassName
{
color: #A232DB;
}
</style>
background-color css
<style>
a { background-color: #A232DB; }
a { background-color: rgb(162,50,219); }
div.DivClassName
{
background-color: #A232DB;
}
.BgClassName
{
background-color: #A232DB;
}
</style>
border-color css
<style>
span { border-color: #A232DB; }
span { border-color: rgb(162,50,219); }
td.TdClassName
{
border-color: #A232DB;
}
.TagClassName
{
border-color: #A232DB;
}
</style>