Shades of Dark Orchid #A334DB
Tints of Dark Orchid #A334DB
RGB
CMYK
RGB Variations
Color information
#A334DB (or 0xA334DB) is known color: Dark Orchid. HEX triplet: A3, 34 and DB. RGB value is (163,52,219). Sum of RGB (Red+Green+Blue) = 163+52+219=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 52 (20.70% from 255 or 11.98% 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 #A334DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A334DB is #5CCB24. Grayscale: #676767. Windows color (decimal): -6081317 or 14365859. OLE color: 14365859.
HSL color Cylindrical-coordinate representation of color #A334DB: hue angle of 279.88º 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 #A334DB is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 52 | 219 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.14 |
| HSL | 279.88º | 0.7% | 0.53% | - |
| HSV(B) | 279.88º | 0.76% | 0.86% | - |
| XYZ | 29.12 | 15.36 | 68.45 | - |
| YUV | 104.23 | 192.77 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 52 | 219 | 0.26 | 0.76 | 0 | 0.14 | 279.88 | 0.7 | 0.53 |
| Hex | A3 | 34 | DB | 1A | 4C | 0 | E | 118 | 46 | 35 |
| Octal | 243 | 64 | 333 | 32 | 114 | 0 | 16 | 430 | 106 | 65 |
| Binary | 10100011 | 110100 | 11011011 | 11010 | 1001100 | 0 | 1110 | 100011000 | 1000110 | 110101 |
Color Harmonies of #A334DB
Complementary color
Monochromatic Colors of #A334DB
Black with #A334DB
Text Example
Text Example
White with #A334DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A334DB; }
p { color: rgb(163,52,219); }
H1.HeaderClassName
{
color: #A334DB;
}
.AnyTagClassName
{
color: #A334DB;
}
</style>
background-color css
<style>
a { background-color: #A334DB; }
a { background-color: rgb(163,52,219); }
div.DivClassName
{
background-color: #A334DB;
}
.BgClassName
{
background-color: #A334DB;
}
</style>
border-color css
<style>
span { border-color: #A334DB; }
span { border-color: rgb(163,52,219); }
td.TdClassName
{
border-color: #A334DB;
}
.TagClassName
{
border-color: #A334DB;
}
</style>