Shades of Dark Orchid #A135DC
Tints of Dark Orchid #A135DC
RGB
CMYK
RGB Variations
Color information
#A135DC (or 0xA135DC) is known color: Dark Orchid. HEX triplet: A1, 35 and DC. RGB value is (161,53,220). Sum of RGB (Red+Green+Blue) = 161+53+220=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 53 (21.09% from 255 or 12.21% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #A135DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A135DC is #5ECA23. Grayscale: #676767. Windows color (decimal): -6212132 or 14431649. OLE color: 14431649.
HSL color Cylindrical-coordinate representation of color #A135DC: hue angle of 278.8º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A135DC is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 53 | 220 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.14 |
| HSL | 278.8º | 0.7% | 0.54% | - |
| HSV(B) | 278.8º | 0.76% | 0.86% | - |
| XYZ | 28.89 | 15.29 | 69.14 | - |
| YUV | 104.33 | 193.28 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 53 | 220 | 0.27 | 0.76 | 0 | 0.14 | 278.8 | 0.7 | 0.54 |
| Hex | A1 | 35 | DC | 1B | 4C | 0 | E | 117 | 46 | 36 |
| Octal | 241 | 65 | 334 | 33 | 114 | 0 | 16 | 427 | 106 | 66 |
| Binary | 10100001 | 110101 | 11011100 | 11011 | 1001100 | 0 | 1110 | 100010111 | 1000110 | 110110 |
Color Harmonies of #A135DC
Complementary color
Monochromatic Colors of #A135DC
Black with #A135DC
Text Example
Text Example
White with #A135DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A135DC; }
p { color: rgb(161,53,220); }
H1.HeaderClassName
{
color: #A135DC;
}
.AnyTagClassName
{
color: #A135DC;
}
</style>
background-color css
<style>
a { background-color: #A135DC; }
a { background-color: rgb(161,53,220); }
div.DivClassName
{
background-color: #A135DC;
}
.BgClassName
{
background-color: #A135DC;
}
</style>
border-color css
<style>
span { border-color: #A135DC; }
span { border-color: rgb(161,53,220); }
td.TdClassName
{
border-color: #A135DC;
}
.TagClassName
{
border-color: #A135DC;
}
</style>