Shades of Dark Orchid #A135DB
Tints of Dark Orchid #A135DB
RGB
CMYK
RGB Variations
Color information
#A135DB (or 0xA135DB) is known color: Dark Orchid. HEX triplet: A1, 35 and DB. RGB value is (161,53,219). Sum of RGB (Red+Green+Blue) = 161+53+219=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 53 (21.09% from 255 or 12.24% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #A135DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A135DB is #5ECA24. Grayscale: #676767. Windows color (decimal): -6212133 or 14366113. OLE color: 14366113.
HSL color Cylindrical-coordinate representation of color #A135DB: hue angle of 279.04º 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 #A135DB is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 53 | 219 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.14 |
| HSL | 279.04º | 0.7% | 0.53% | - |
| HSV(B) | 279.04º | 0.76% | 0.86% | - |
| XYZ | 28.76 | 15.24 | 68.44 | - |
| YUV | 104.22 | 192.78 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 53 | 219 | 0.26 | 0.76 | 0 | 0.14 | 279.04 | 0.7 | 0.53 |
| Hex | A1 | 35 | DB | 1A | 4C | 0 | E | 117 | 46 | 35 |
| Octal | 241 | 65 | 333 | 32 | 114 | 0 | 16 | 427 | 106 | 65 |
| Binary | 10100001 | 110101 | 11011011 | 11010 | 1001100 | 0 | 1110 | 100010111 | 1000110 | 110101 |
Color Harmonies of #A135DB
Complementary color
Monochromatic Colors of #A135DB
Black with #A135DB
Text Example
Text Example
White with #A135DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A135DB; }
p { color: rgb(161,53,219); }
H1.HeaderClassName
{
color: #A135DB;
}
.AnyTagClassName
{
color: #A135DB;
}
</style>
background-color css
<style>
a { background-color: #A135DB; }
a { background-color: rgb(161,53,219); }
div.DivClassName
{
background-color: #A135DB;
}
.BgClassName
{
background-color: #A135DB;
}
</style>
border-color css
<style>
span { border-color: #A135DB; }
span { border-color: rgb(161,53,219); }
td.TdClassName
{
border-color: #A135DB;
}
.TagClassName
{
border-color: #A135DB;
}
</style>