Shades of Dark Orchid #A035DA
Tints of Dark Orchid #A035DA
RGB
CMYK
RGB Variations
Color information
#A035DA (or 0xA035DA) is known color: Dark Orchid. HEX triplet: A0, 35 and DA. RGB value is (160,53,218). Sum of RGB (Red+Green+Blue) = 160+53+218=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 53 (21.09% from 255 or 12.30% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #A035DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A035DA is #5FCA25. Grayscale: #676767. Windows color (decimal): -6277670 or 14300576. OLE color: 14300576.
HSL color Cylindrical-coordinate representation of color #A035DA: hue angle of 278.91º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A035DA is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 53 | 218 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.15 |
| HSL | 278.91º | 0.69% | 0.53% | - |
| HSV(B) | 278.91º | 0.76% | 0.85% | - |
| XYZ | 28.43 | 15.08 | 67.74 | - |
| YUV | 103.8 | 192.45 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 53 | 218 | 0.27 | 0.76 | 0 | 0.15 | 278.91 | 0.69 | 0.53 |
| Hex | A0 | 35 | DA | 1B | 4C | 0 | F | 117 | 45 | 35 |
| Octal | 240 | 65 | 332 | 33 | 114 | 0 | 17 | 427 | 105 | 65 |
| Binary | 10100000 | 110101 | 11011010 | 11011 | 1001100 | 0 | 1111 | 100010111 | 1000101 | 110101 |
Color Harmonies of #A035DA
Complementary color
Monochromatic Colors of #A035DA
Black with #A035DA
Text Example
Text Example
White with #A035DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A035DA; }
p { color: rgb(160,53,218); }
H1.HeaderClassName
{
color: #A035DA;
}
.AnyTagClassName
{
color: #A035DA;
}
</style>
background-color css
<style>
a { background-color: #A035DA; }
a { background-color: rgb(160,53,218); }
div.DivClassName
{
background-color: #A035DA;
}
.BgClassName
{
background-color: #A035DA;
}
</style>
border-color css
<style>
span { border-color: #A035DA; }
span { border-color: rgb(160,53,218); }
td.TdClassName
{
border-color: #A035DA;
}
.TagClassName
{
border-color: #A035DA;
}
</style>