Shades of Dark Orchid #A935DC
Tints of Dark Orchid #A935DC
RGB
CMYK
RGB Variations
Color information
#A935DC (or 0xA935DC) is known color: Dark Orchid. HEX triplet: A9, 35 and DC. RGB value is (169,53,220). Sum of RGB (Red+Green+Blue) = 169+53+220=442 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.24% from 442); Green value is 53 (21.09% from 255 or 11.99% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #A935DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A935DC is #56CA23. Grayscale: #6A6A6A. Windows color (decimal): -5687844 or 14431657. OLE color: 14431657.
HSL color Cylindrical-coordinate representation of color #A935DC: hue angle of 281.68º 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 #A935DC is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 53 | 220 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.14 |
| HSL | 281.68º | 0.7% | 0.54% | - |
| HSV(B) | 281.68º | 0.76% | 0.86% | - |
| XYZ | 30.55 | 16.15 | 69.22 | - |
| YUV | 106.72 | 191.93 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 53 | 220 | 0.23 | 0.76 | 0 | 0.14 | 281.68 | 0.7 | 0.54 |
| Hex | A9 | 35 | DC | 17 | 4C | 0 | E | 11A | 46 | 36 |
| Octal | 251 | 65 | 334 | 27 | 114 | 0 | 16 | 432 | 106 | 66 |
| Binary | 10101001 | 110101 | 11011100 | 10111 | 1001100 | 0 | 1110 | 100011010 | 1000110 | 110110 |
Color Harmonies of #A935DC
Complementary color
Monochromatic Colors of #A935DC
Black with #A935DC
Text Example
Text Example
White with #A935DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A935DC; }
p { color: rgb(169,53,220); }
H1.HeaderClassName
{
color: #A935DC;
}
.AnyTagClassName
{
color: #A935DC;
}
</style>
background-color css
<style>
a { background-color: #A935DC; }
a { background-color: rgb(169,53,220); }
div.DivClassName
{
background-color: #A935DC;
}
.BgClassName
{
background-color: #A935DC;
}
</style>
border-color css
<style>
span { border-color: #A935DC; }
span { border-color: rgb(169,53,220); }
td.TdClassName
{
border-color: #A935DC;
}
.TagClassName
{
border-color: #A935DC;
}
</style>