Shades of Dark Orchid #A532DB
Tints of Dark Orchid #A532DB
RGB
CMYK
RGB Variations
Color information
#A532DB (or 0xA532DB) is known color: Dark Orchid. HEX triplet: A5, 32 and DB. RGB value is (165,50,219). Sum of RGB (Red+Green+Blue) = 165+50+219=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 50 (19.92% from 255 or 11.52% 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 #A532DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A532DB is #5ACD24. Grayscale: #676767. Windows color (decimal): -5950757 or 14365349. OLE color: 14365349.
HSL color Cylindrical-coordinate representation of color #A532DB: hue angle of 280.83º 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 #A532DB is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 50 | 219 | - |
| CMYK | 0.25 | 0.77 | 0 | 0.14 |
| HSL | 280.83º | 0.7% | 0.53% | - |
| HSV(B) | 280.83º | 0.77% | 0.86% | - |
| XYZ | 29.44 | 15.4 | 68.44 | - |
| YUV | 103.65 | 193.1 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 50 | 219 | 0.25 | 0.77 | 0 | 0.14 | 280.83 | 0.7 | 0.53 |
| Hex | A5 | 32 | DB | 19 | 4D | 0 | E | 119 | 46 | 35 |
| Octal | 245 | 62 | 333 | 31 | 115 | 0 | 16 | 431 | 106 | 65 |
| Binary | 10100101 | 110010 | 11011011 | 11001 | 1001101 | 0 | 1110 | 100011001 | 1000110 | 110101 |
Color Harmonies of #A532DB
Complementary color
Monochromatic Colors of #A532DB
Black with #A532DB
Text Example
Text Example
White with #A532DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A532DB; }
p { color: rgb(165,50,219); }
H1.HeaderClassName
{
color: #A532DB;
}
.AnyTagClassName
{
color: #A532DB;
}
</style>
background-color css
<style>
a { background-color: #A532DB; }
a { background-color: rgb(165,50,219); }
div.DivClassName
{
background-color: #A532DB;
}
.BgClassName
{
background-color: #A532DB;
}
</style>
border-color css
<style>
span { border-color: #A532DB; }
span { border-color: rgb(165,50,219); }
td.TdClassName
{
border-color: #A532DB;
}
.TagClassName
{
border-color: #A532DB;
}
</style>