Shades of Dark Orchid #A532E2
Tints of Dark Orchid #A532E2
RGB
CMYK
RGB Variations
Color information
#A532E2 (or 0xA532E2) is known color: Dark Orchid. HEX triplet: A5, 32 and E2. RGB value is (165,50,226). Sum of RGB (Red+Green+Blue) = 165+50+226=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 50 (19.92% from 255 or 11.34% from 441); Blue value is 226 (88.67% from 255 or 51.25% from 441); Max value from RGB is 226 - color contains mainly: blue. Hex color #A532E2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A532E2 is #5ACD1D. Grayscale: #676767. Windows color (decimal): -5950750 or 14824101. OLE color: 14824101.
HSL color Cylindrical-coordinate representation of color #A532E2: hue angle of 279.2º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A532E2 is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 50 | 226 | - |
| CMYK | 0.27 | 0.78 | 0 | 0.11 |
| HSL | 279.2º | 0.75% | 0.54% | - |
| HSV(B) | 279.2º | 0.78% | 0.89% | - |
| XYZ | 30.39 | 15.77 | 73.39 | - |
| YUV | 104.45 | 196.6 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 50 | 226 | 0.27 | 0.78 | 0 | 0.11 | 279.2 | 0.75 | 0.54 |
| Hex | A5 | 32 | E2 | 1B | 4E | 0 | B | 117 | 4B | 36 |
| Octal | 245 | 62 | 342 | 33 | 116 | 0 | 13 | 427 | 113 | 66 |
| Binary | 10100101 | 110010 | 11100010 | 11011 | 1001110 | 0 | 1011 | 100010111 | 1001011 | 110110 |
Color Harmonies of #A532E2
Complementary color
Monochromatic Colors of #A532E2
Black with #A532E2
Text Example
Text Example
White with #A532E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A532E2; }
p { color: rgb(165,50,226); }
H1.HeaderClassName
{
color: #A532E2;
}
.AnyTagClassName
{
color: #A532E2;
}
</style>
background-color css
<style>
a { background-color: #A532E2; }
a { background-color: rgb(165,50,226); }
div.DivClassName
{
background-color: #A532E2;
}
.BgClassName
{
background-color: #A532E2;
}
</style>
border-color css
<style>
span { border-color: #A532E2; }
span { border-color: rgb(165,50,226); }
td.TdClassName
{
border-color: #A532E2;
}
.TagClassName
{
border-color: #A532E2;
}
</style>