Shades of Dark Orchid #A13CDB
Tints of Dark Orchid #A13CDB
RGB
CMYK
RGB Variations
Color information
#A13CDB (or 0xA13CDB) is known color: Dark Orchid. HEX triplet: A1, 3C and DB. RGB value is (161,60,219). Sum of RGB (Red+Green+Blue) = 161+60+219=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 60 (23.83% from 255 or 13.64% 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 #A13CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13CDB is #5EC324. Grayscale: #6B6B6B. Windows color (decimal): -6210341 or 14367905. OLE color: 14367905.
HSL color Cylindrical-coordinate representation of color #A13CDB: hue angle of 278.11º 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 #A13CDB is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 60 | 219 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.14 |
| HSL | 278.11º | 0.69% | 0.55% | - |
| HSV(B) | 278.11º | 0.73% | 0.86% | - |
| XYZ | 29.1 | 15.92 | 68.56 | - |
| YUV | 108.33 | 190.46 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 60 | 219 | 0.26 | 0.73 | 0 | 0.14 | 278.11 | 0.69 | 0.55 |
| Hex | A1 | 3C | DB | 1A | 49 | 0 | E | 116 | 45 | 37 |
| Octal | 241 | 74 | 333 | 32 | 111 | 0 | 16 | 426 | 105 | 67 |
| Binary | 10100001 | 111100 | 11011011 | 11010 | 1001001 | 0 | 1110 | 100010110 | 1000101 | 110111 |
Color Harmonies of #A13CDB
Complementary color
Monochromatic Colors of #A13CDB
Black with #A13CDB
Text Example
Text Example
White with #A13CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13CDB; }
p { color: rgb(161,60,219); }
H1.HeaderClassName
{
color: #A13CDB;
}
.AnyTagClassName
{
color: #A13CDB;
}
</style>
background-color css
<style>
a { background-color: #A13CDB; }
a { background-color: rgb(161,60,219); }
div.DivClassName
{
background-color: #A13CDB;
}
.BgClassName
{
background-color: #A13CDB;
}
</style>
border-color css
<style>
span { border-color: #A13CDB; }
span { border-color: rgb(161,60,219); }
td.TdClassName
{
border-color: #A13CDB;
}
.TagClassName
{
border-color: #A13CDB;
}
</style>