Shades of Dark Orchid #A535E5
Tints of Dark Orchid #A535E5
RGB
CMYK
RGB Variations
Color information
#A535E5 (or 0xA535E5) is known color: Dark Orchid. HEX triplet: A5, 35 and E5. RGB value is (165,53,229). Sum of RGB (Red+Green+Blue) = 165+53+229=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 53 (21.09% from 255 or 11.86% from 447); Blue value is 229 (89.84% from 255 or 51.23% from 447); Max value from RGB is 229 - color contains mainly: blue. Hex color #A535E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A535E5 is #5ACA1A. Grayscale: #696969. Windows color (decimal): -5949979 or 15021477. OLE color: 15021477.
HSL color Cylindrical-coordinate representation of color #A535E5: hue angle of 278.18º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A535E5 is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 53 | 229 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.10 |
| HSL | 278.18º | 0.77% | 0.55% | - |
| HSV(B) | 278.18º | 0.77% | 0.9% | - |
| XYZ | 30.93 | 16.2 | 75.63 | - |
| YUV | 106.55 | 197.11 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 53 | 229 | 0.28 | 0.77 | 0 | 0.10 | 278.18 | 0.77 | 0.55 |
| Hex | A5 | 35 | E5 | 1C | 4D | 0 | A | 116 | 4D | 37 |
| Octal | 245 | 65 | 345 | 34 | 115 | 0 | 12 | 426 | 115 | 67 |
| Binary | 10100101 | 110101 | 11100101 | 11100 | 1001101 | 0 | 1010 | 100010110 | 1001101 | 110111 |
Color Harmonies of #A535E5
Complementary color
Monochromatic Colors of #A535E5
Black with #A535E5
Text Example
Text Example
White with #A535E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A535E5; }
p { color: rgb(165,53,229); }
H1.HeaderClassName
{
color: #A535E5;
}
.AnyTagClassName
{
color: #A535E5;
}
</style>
background-color css
<style>
a { background-color: #A535E5; }
a { background-color: rgb(165,53,229); }
div.DivClassName
{
background-color: #A535E5;
}
.BgClassName
{
background-color: #A535E5;
}
</style>
border-color css
<style>
span { border-color: #A535E5; }
span { border-color: rgb(165,53,229); }
td.TdClassName
{
border-color: #A535E5;
}
.TagClassName
{
border-color: #A535E5;
}
</style>