Shades of Dark Orchid #A935CA
Tints of Dark Orchid #A935CA
RGB
CMYK
RGB Variations
Color information
#A935CA (or 0xA935CA) is known color: Dark Orchid. HEX triplet: A9, 35 and CA. RGB value is (169,53,202). Sum of RGB (Red+Green+Blue) = 169+53+202=424 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.86% from 424); Green value is 53 (21.09% from 255 or 12.5% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #A935CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A935CA is #56CA35. Grayscale: #686868. Windows color (decimal): -5687862 or 13252009. OLE color: 13252009.
HSL color Cylindrical-coordinate representation of color #A935CA: hue angle of 286.71º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A935CA is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 53 | 202 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.21 |
| HSL | 286.71º | 0.58% | 0.5% | - |
| HSV(B) | 286.71º | 0.74% | 0.79% | - |
| XYZ | 28.3 | 15.25 | 57.33 | - |
| YUV | 104.67 | 182.93 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 53 | 202 | 0.16 | 0.74 | 0 | 0.21 | 286.71 | 0.58 | 0.5 |
| Hex | A9 | 35 | CA | 10 | 4A | 0 | 15 | 11F | 3A | 32 |
| Octal | 251 | 65 | 312 | 20 | 112 | 0 | 25 | 437 | 72 | 62 |
| Binary | 10101001 | 110101 | 11001010 | 10000 | 1001010 | 0 | 10101 | 100011111 | 111010 | 110010 |
Color Harmonies of #A935CA
Complementary color
Monochromatic Colors of #A935CA
Black with #A935CA
Text Example
Text Example
White with #A935CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A935CA; }
p { color: rgb(169,53,202); }
H1.HeaderClassName
{
color: #A935CA;
}
.AnyTagClassName
{
color: #A935CA;
}
</style>
background-color css
<style>
a { background-color: #A935CA; }
a { background-color: rgb(169,53,202); }
div.DivClassName
{
background-color: #A935CA;
}
.BgClassName
{
background-color: #A935CA;
}
</style>
border-color css
<style>
span { border-color: #A935CA; }
span { border-color: rgb(169,53,202); }
td.TdClassName
{
border-color: #A935CA;
}
.TagClassName
{
border-color: #A935CA;
}
</style>