Shades of Dark Orchid #A332DB
Tints of Dark Orchid #A332DB
RGB
CMYK
RGB Variations
Color information
#A332DB (or 0xA332DB) is known color: Dark Orchid. HEX triplet: A3, 32 and DB. RGB value is (163,50,219). Sum of RGB (Red+Green+Blue) = 163+50+219=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 50 (19.92% from 255 or 11.57% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #A332DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A332DB is #5CCD24. Grayscale: #666666. Windows color (decimal): -6081829 or 14365347. OLE color: 14365347.
HSL color Cylindrical-coordinate representation of color #A332DB: hue angle of 280.12º 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 #A332DB is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 50 | 219 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.14 |
| HSL | 280.12º | 0.7% | 0.53% | - |
| HSV(B) | 280.12º | 0.77% | 0.86% | - |
| XYZ | 29.03 | 15.18 | 68.42 | - |
| YUV | 103.05 | 193.44 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 50 | 219 | 0.26 | 0.77 | 0 | 0.14 | 280.12 | 0.7 | 0.53 |
| Hex | A3 | 32 | DB | 1A | 4D | 0 | E | 118 | 46 | 35 |
| Octal | 243 | 62 | 333 | 32 | 115 | 0 | 16 | 430 | 106 | 65 |
| Binary | 10100011 | 110010 | 11011011 | 11010 | 1001101 | 0 | 1110 | 100011000 | 1000110 | 110101 |
Color Harmonies of #A332DB
Complementary color
Monochromatic Colors of #A332DB
Black with #A332DB
Text Example
Text Example
White with #A332DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A332DB; }
p { color: rgb(163,50,219); }
H1.HeaderClassName
{
color: #A332DB;
}
.AnyTagClassName
{
color: #A332DB;
}
</style>
background-color css
<style>
a { background-color: #A332DB; }
a { background-color: rgb(163,50,219); }
div.DivClassName
{
background-color: #A332DB;
}
.BgClassName
{
background-color: #A332DB;
}
</style>
border-color css
<style>
span { border-color: #A332DB; }
span { border-color: rgb(163,50,219); }
td.TdClassName
{
border-color: #A332DB;
}
.TagClassName
{
border-color: #A332DB;
}
</style>