Shades of Dark Orchid #A33ADB
Tints of Dark Orchid #A33ADB
RGB
CMYK
RGB Variations
Color information
#A33ADB (or 0xA33ADB) is known color: Dark Orchid. HEX triplet: A3, 3A and DB. RGB value is (163,58,219). Sum of RGB (Red+Green+Blue) = 163+58+219=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 58 (23.05% from 255 or 13.18% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #A33ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33ADB is #5CC524. Grayscale: #6B6B6B. Windows color (decimal): -6079781 or 14367395. OLE color: 14367395.
HSL color Cylindrical-coordinate representation of color #A33ADB: hue angle of 279.13º 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 #A33ADB is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 58 | 219 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.14 |
| HSL | 279.13º | 0.69% | 0.54% | - |
| HSV(B) | 279.13º | 0.74% | 0.86% | - |
| XYZ | 29.4 | 15.93 | 68.54 | - |
| YUV | 107.75 | 190.79 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 58 | 219 | 0.26 | 0.74 | 0 | 0.14 | 279.13 | 0.69 | 0.54 |
| Hex | A3 | 3A | DB | 1A | 4A | 0 | E | 117 | 45 | 36 |
| Octal | 243 | 72 | 333 | 32 | 112 | 0 | 16 | 427 | 105 | 66 |
| Binary | 10100011 | 111010 | 11011011 | 11010 | 1001010 | 0 | 1110 | 100010111 | 1000101 | 110110 |
Color Harmonies of #A33ADB
Complementary color
Monochromatic Colors of #A33ADB
Black with #A33ADB
Text Example
Text Example
White with #A33ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33ADB; }
p { color: rgb(163,58,219); }
H1.HeaderClassName
{
color: #A33ADB;
}
.AnyTagClassName
{
color: #A33ADB;
}
</style>
background-color css
<style>
a { background-color: #A33ADB; }
a { background-color: rgb(163,58,219); }
div.DivClassName
{
background-color: #A33ADB;
}
.BgClassName
{
background-color: #A33ADB;
}
</style>
border-color css
<style>
span { border-color: #A33ADB; }
span { border-color: rgb(163,58,219); }
td.TdClassName
{
border-color: #A33ADB;
}
.TagClassName
{
border-color: #A33ADB;
}
</style>