Shades of Dark Orchid #A535B2
Tints of Dark Orchid #A535B2
RGB
CMYK
RGB Variations
Color information
#A535B2 (or 0xA535B2) is known color: Dark Orchid. HEX triplet: A5, 35 and B2. RGB value is (165,53,178). Sum of RGB (Red+Green+Blue) = 165+53+178=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 53 (21.09% from 255 or 13.38% from 396); Blue value is 178 (69.92% from 255 or 44.95% from 396); Max value from RGB is 178 - color contains mainly: blue. Hex color #A535B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A535B2 is #5ACA4D. Grayscale: #646464. Windows color (decimal): -5950030 or 11679141. OLE color: 11679141.
HSL color Cylindrical-coordinate representation of color #A535B2: hue angle of 293.76º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A535B2 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 53 | 178 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.30 |
| HSL | 293.76º | 0.54% | 0.45% | - |
| HSV(B) | 293.76º | 0.7% | 0.7% | - |
| XYZ | 24.83 | 13.76 | 43.47 | - |
| YUV | 100.74 | 171.61 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 53 | 178 | 0.07 | 0.70 | 0 | 0.30 | 293.76 | 0.54 | 0.45 |
| Hex | A5 | 35 | B2 | 7 | 46 | 0 | 1E | 126 | 36 | 2D |
| Octal | 245 | 65 | 262 | 7 | 106 | 0 | 36 | 446 | 66 | 55 |
| Binary | 10100101 | 110101 | 10110010 | 111 | 1000110 | 0 | 11110 | 100100110 | 110110 | 101101 |
Color Harmonies of #A535B2
Complementary color
Monochromatic Colors of #A535B2
Black with #A535B2
Text Example
Text Example
White with #A535B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A535B2; }
p { color: rgb(165,53,178); }
H1.HeaderClassName
{
color: #A535B2;
}
.AnyTagClassName
{
color: #A535B2;
}
</style>
background-color css
<style>
a { background-color: #A535B2; }
a { background-color: rgb(165,53,178); }
div.DivClassName
{
background-color: #A535B2;
}
.BgClassName
{
background-color: #A535B2;
}
</style>
border-color css
<style>
span { border-color: #A535B2; }
span { border-color: rgb(165,53,178); }
td.TdClassName
{
border-color: #A535B2;
}
.TagClassName
{
border-color: #A535B2;
}
</style>