Shades of Dark Orchid #A52FE6
Tints of Dark Orchid #A52FE6
RGB
CMYK
RGB Variations
Color information
#A52FE6 (or 0xA52FE6) is known color: Dark Orchid. HEX triplet: A5, 2F and E6. RGB value is (165,47,230). Sum of RGB (Red+Green+Blue) = 165+47+230=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 47 (18.75% from 255 or 10.63% from 442); Blue value is 230 (90.23% from 255 or 52.04% from 442); Max value from RGB is 230 - color contains mainly: blue. Hex color #A52FE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A52FE6 is #5AD019. Grayscale: #666666. Windows color (decimal): -5951514 or 15085477. OLE color: 15085477.
HSL color Cylindrical-coordinate representation of color #A52FE6: hue angle of 278.69º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A52FE6 is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 47 | 230 | - |
| CMYK | 0.28 | 0.80 | 0 | 0.10 |
| HSL | 278.69º | 0.79% | 0.54% | - |
| HSV(B) | 278.69º | 0.8% | 0.9% | - |
| XYZ | 30.82 | 15.75 | 76.28 | - |
| YUV | 103.14 | 199.59 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 47 | 230 | 0.28 | 0.80 | 0 | 0.10 | 278.69 | 0.79 | 0.54 |
| Hex | A5 | 2F | E6 | 1C | 50 | 0 | A | 117 | 4F | 36 |
| Octal | 245 | 57 | 346 | 34 | 120 | 0 | 12 | 427 | 117 | 66 |
| Binary | 10100101 | 101111 | 11100110 | 11100 | 1010000 | 0 | 1010 | 100010111 | 1001111 | 110110 |
Color Harmonies of #A52FE6
Complementary color
Monochromatic Colors of #A52FE6
Black with #A52FE6
Text Example
Text Example
White with #A52FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52FE6; }
p { color: rgb(165,47,230); }
H1.HeaderClassName
{
color: #A52FE6;
}
.AnyTagClassName
{
color: #A52FE6;
}
</style>
background-color css
<style>
a { background-color: #A52FE6; }
a { background-color: rgb(165,47,230); }
div.DivClassName
{
background-color: #A52FE6;
}
.BgClassName
{
background-color: #A52FE6;
}
</style>
border-color css
<style>
span { border-color: #A52FE6; }
span { border-color: rgb(165,47,230); }
td.TdClassName
{
border-color: #A52FE6;
}
.TagClassName
{
border-color: #A52FE6;
}
</style>