Shades of Dark Orchid #A33CDB
Tints of Dark Orchid #A33CDB
RGB
CMYK
RGB Variations
Color information
#A33CDB (or 0xA33CDB) is known color: Dark Orchid. HEX triplet: A3, 3C and DB. RGB value is (163,60,219). Sum of RGB (Red+Green+Blue) = 163+60+219=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 60 (23.83% from 255 or 13.57% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #A33CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33CDB is #5CC324. Grayscale: #6C6C6C. Windows color (decimal): -6079269 or 14367907. OLE color: 14367907.
HSL color Cylindrical-coordinate representation of color #A33CDB: hue angle of 278.87º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A33CDB is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 60 | 219 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.14 |
| HSL | 278.87º | 0.69% | 0.55% | - |
| HSV(B) | 278.87º | 0.73% | 0.86% | - |
| XYZ | 29.51 | 16.13 | 68.58 | - |
| YUV | 108.92 | 190.12 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 60 | 219 | 0.26 | 0.73 | 0 | 0.14 | 278.87 | 0.69 | 0.55 |
| Hex | A3 | 3C | DB | 1A | 49 | 0 | E | 117 | 45 | 37 |
| Octal | 243 | 74 | 333 | 32 | 111 | 0 | 16 | 427 | 105 | 67 |
| Binary | 10100011 | 111100 | 11011011 | 11010 | 1001001 | 0 | 1110 | 100010111 | 1000101 | 110111 |
Color Harmonies of #A33CDB
Complementary color
Monochromatic Colors of #A33CDB
Black with #A33CDB
Text Example
Text Example
White with #A33CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33CDB; }
p { color: rgb(163,60,219); }
H1.HeaderClassName
{
color: #A33CDB;
}
.AnyTagClassName
{
color: #A33CDB;
}
</style>
background-color css
<style>
a { background-color: #A33CDB; }
a { background-color: rgb(163,60,219); }
div.DivClassName
{
background-color: #A33CDB;
}
.BgClassName
{
background-color: #A33CDB;
}
</style>
border-color css
<style>
span { border-color: #A33CDB; }
span { border-color: rgb(163,60,219); }
td.TdClassName
{
border-color: #A33CDB;
}
.TagClassName
{
border-color: #A33CDB;
}
</style>