Shades of Dark Orchid #A935D5
Tints of Dark Orchid #A935D5
RGB
CMYK
RGB Variations
Color information
#A935D5 (or 0xA935D5) is known color: Dark Orchid. HEX triplet: A9, 35 and D5. RGB value is (169,53,213). Sum of RGB (Red+Green+Blue) = 169+53+213=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 53 (21.09% from 255 or 12.18% from 435); Blue value is 213 (83.59% from 255 or 48.97% from 435); Max value from RGB is 213 - color contains mainly: blue. Hex color #A935D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A935D5 is #56CA2A. Grayscale: #696969. Windows color (decimal): -5687851 or 13972905. OLE color: 13972905.
HSL color Cylindrical-coordinate representation of color #A935D5: hue angle of 283.5º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A935D5 is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 53 | 213 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.16 |
| HSL | 283.5º | 0.66% | 0.52% | - |
| HSV(B) | 283.5º | 0.75% | 0.84% | - |
| XYZ | 29.65 | 15.79 | 64.44 | - |
| YUV | 105.92 | 188.43 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 53 | 213 | 0.21 | 0.75 | 0 | 0.16 | 283.5 | 0.66 | 0.52 |
| Hex | A9 | 35 | D5 | 15 | 4B | 0 | 10 | 11C | 42 | 34 |
| Octal | 251 | 65 | 325 | 25 | 113 | 0 | 20 | 434 | 102 | 64 |
| Binary | 10101001 | 110101 | 11010101 | 10101 | 1001011 | 0 | 10000 | 100011100 | 1000010 | 110100 |
Color Harmonies of #A935D5
Complementary color
Monochromatic Colors of #A935D5
Black with #A935D5
Text Example
Text Example
White with #A935D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A935D5; }
p { color: rgb(169,53,213); }
H1.HeaderClassName
{
color: #A935D5;
}
.AnyTagClassName
{
color: #A935D5;
}
</style>
background-color css
<style>
a { background-color: #A935D5; }
a { background-color: rgb(169,53,213); }
div.DivClassName
{
background-color: #A935D5;
}
.BgClassName
{
background-color: #A935D5;
}
</style>
border-color css
<style>
span { border-color: #A935D5; }
span { border-color: rgb(169,53,213); }
td.TdClassName
{
border-color: #A935D5;
}
.TagClassName
{
border-color: #A935D5;
}
</style>