Shades of Dark Orchid #A339DB
Tints of Dark Orchid #A339DB
RGB
CMYK
RGB Variations
Color information
#A339DB (or 0xA339DB) is known color: Dark Orchid. HEX triplet: A3, 39 and DB. RGB value is (163,57,219). Sum of RGB (Red+Green+Blue) = 163+57+219=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 57 (22.66% from 255 or 12.98% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #A339DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A339DB is #5CC624. Grayscale: #6A6A6A. Windows color (decimal): -6080037 or 14367139. OLE color: 14367139.
HSL color Cylindrical-coordinate representation of color #A339DB: hue angle of 279.26º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A339DB is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 57 | 219 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.14 |
| HSL | 279.26º | 0.69% | 0.54% | - |
| HSV(B) | 279.26º | 0.74% | 0.86% | - |
| XYZ | 29.35 | 15.83 | 68.53 | - |
| YUV | 107.16 | 191.12 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 57 | 219 | 0.26 | 0.74 | 0 | 0.14 | 279.26 | 0.69 | 0.54 |
| Hex | A3 | 39 | DB | 1A | 4A | 0 | E | 117 | 45 | 36 |
| Octal | 243 | 71 | 333 | 32 | 112 | 0 | 16 | 427 | 105 | 66 |
| Binary | 10100011 | 111001 | 11011011 | 11010 | 1001010 | 0 | 1110 | 100010111 | 1000101 | 110110 |
Color Harmonies of #A339DB
Complementary color
Monochromatic Colors of #A339DB
Black with #A339DB
Text Example
Text Example
White with #A339DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A339DB; }
p { color: rgb(163,57,219); }
H1.HeaderClassName
{
color: #A339DB;
}
.AnyTagClassName
{
color: #A339DB;
}
</style>
background-color css
<style>
a { background-color: #A339DB; }
a { background-color: rgb(163,57,219); }
div.DivClassName
{
background-color: #A339DB;
}
.BgClassName
{
background-color: #A339DB;
}
</style>
border-color css
<style>
span { border-color: #A339DB; }
span { border-color: rgb(163,57,219); }
td.TdClassName
{
border-color: #A339DB;
}
.TagClassName
{
border-color: #A339DB;
}
</style>