Shades of Dark Orchid #A535DF
Tints of Dark Orchid #A535DF
RGB
CMYK
RGB Variations
Color information
#A535DF (or 0xA535DF) is known color: Dark Orchid. HEX triplet: A5, 35 and DF. RGB value is (165,53,223). Sum of RGB (Red+Green+Blue) = 165+53+223=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 53 (21.09% from 255 or 12.02% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #A535DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A535DF is #5ACA20. Grayscale: #696969. Windows color (decimal): -5949985 or 14628261. OLE color: 14628261.
HSL color Cylindrical-coordinate representation of color #A535DF: hue angle of 279.53º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A535DF is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 53 | 223 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.13 |
| HSL | 279.53º | 0.73% | 0.54% | - |
| HSV(B) | 279.53º | 0.76% | 0.87% | - |
| XYZ | 30.11 | 15.87 | 71.29 | - |
| YUV | 105.87 | 194.11 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 53 | 223 | 0.26 | 0.76 | 0 | 0.13 | 279.53 | 0.73 | 0.54 |
| Hex | A5 | 35 | DF | 1A | 4C | 0 | D | 118 | 49 | 36 |
| Octal | 245 | 65 | 337 | 32 | 114 | 0 | 15 | 430 | 111 | 66 |
| Binary | 10100101 | 110101 | 11011111 | 11010 | 1001100 | 0 | 1101 | 100011000 | 1001001 | 110110 |
Color Harmonies of #A535DF
Complementary color
Monochromatic Colors of #A535DF
Black with #A535DF
Text Example
Text Example
White with #A535DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A535DF; }
p { color: rgb(165,53,223); }
H1.HeaderClassName
{
color: #A535DF;
}
.AnyTagClassName
{
color: #A535DF;
}
</style>
background-color css
<style>
a { background-color: #A535DF; }
a { background-color: rgb(165,53,223); }
div.DivClassName
{
background-color: #A535DF;
}
.BgClassName
{
background-color: #A535DF;
}
</style>
border-color css
<style>
span { border-color: #A535DF; }
span { border-color: rgb(165,53,223); }
td.TdClassName
{
border-color: #A535DF;
}
.TagClassName
{
border-color: #A535DF;
}
</style>