Shades of Dark Orchid #A535E6
Tints of Dark Orchid #A535E6
RGB
CMYK
RGB Variations
Color information
#A535E6 (or 0xA535E6) is known color: Dark Orchid. HEX triplet: A5, 35 and E6. RGB value is (165,53,230). Sum of RGB (Red+Green+Blue) = 165+53+230=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 53 (21.09% from 255 or 11.83% from 448); Blue value is 230 (90.23% from 255 or 51.34% from 448); Max value from RGB is 230 - color contains mainly: blue. Hex color #A535E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A535E6 is #5ACA19. Grayscale: #6A6A6A. Windows color (decimal): -5949978 or 15087013. OLE color: 15087013.
HSL color Cylindrical-coordinate representation of color #A535E6: hue angle of 277.97º degrees, saturation: 0.78, 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 #A535E6 is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 53 | 230 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.10 |
| HSL | 277.97º | 0.78% | 0.55% | - |
| HSV(B) | 277.97º | 0.77% | 0.9% | - |
| XYZ | 31.07 | 16.26 | 76.36 | - |
| YUV | 106.67 | 197.61 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 53 | 230 | 0.28 | 0.77 | 0 | 0.10 | 277.97 | 0.78 | 0.55 |
| Hex | A5 | 35 | E6 | 1C | 4D | 0 | A | 116 | 4E | 37 |
| Octal | 245 | 65 | 346 | 34 | 115 | 0 | 12 | 426 | 116 | 67 |
| Binary | 10100101 | 110101 | 11100110 | 11100 | 1001101 | 0 | 1010 | 100010110 | 1001110 | 110111 |
Color Harmonies of #A535E6
Complementary color
Monochromatic Colors of #A535E6
Black with #A535E6
Text Example
Text Example
White with #A535E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A535E6; }
p { color: rgb(165,53,230); }
H1.HeaderClassName
{
color: #A535E6;
}
.AnyTagClassName
{
color: #A535E6;
}
</style>
background-color css
<style>
a { background-color: #A535E6; }
a { background-color: rgb(165,53,230); }
div.DivClassName
{
background-color: #A535E6;
}
.BgClassName
{
background-color: #A535E6;
}
</style>
border-color css
<style>
span { border-color: #A535E6; }
span { border-color: rgb(165,53,230); }
td.TdClassName
{
border-color: #A535E6;
}
.TagClassName
{
border-color: #A535E6;
}
</style>