Shades of Dark Orchid #A52DCE
Tints of Dark Orchid #A52DCE
RGB
CMYK
RGB Variations
Color information
#A52DCE (or 0xA52DCE) is known color: Dark Orchid. HEX triplet: A5, 2D and CE. RGB value is (165,45,206). Sum of RGB (Red+Green+Blue) = 165+45+206=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 45 (17.97% from 255 or 10.82% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #A52DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52DCE is #5AD231. Grayscale: #626262. Windows color (decimal): -5952050 or 13512101. OLE color: 13512101.
HSL color Cylindrical-coordinate representation of color #A52DCE: hue angle of 284.72º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A52DCE is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 45 | 206 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.19 |
| HSL | 284.72º | 0.64% | 0.49% | - |
| HSV(B) | 284.72º | 0.78% | 0.81% | - |
| XYZ | 27.6 | 14.33 | 59.7 | - |
| YUV | 99.23 | 188.26 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 45 | 206 | 0.20 | 0.78 | 0 | 0.19 | 284.72 | 0.64 | 0.49 |
| Hex | A5 | 2D | CE | 14 | 4E | 0 | 13 | 11D | 40 | 31 |
| Octal | 245 | 55 | 316 | 24 | 116 | 0 | 23 | 435 | 100 | 61 |
| Binary | 10100101 | 101101 | 11001110 | 10100 | 1001110 | 0 | 10011 | 100011101 | 1000000 | 110001 |
Color Harmonies of #A52DCE
Complementary color
Monochromatic Colors of #A52DCE
Black with #A52DCE
Text Example
Text Example
White with #A52DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52DCE; }
p { color: rgb(165,45,206); }
H1.HeaderClassName
{
color: #A52DCE;
}
.AnyTagClassName
{
color: #A52DCE;
}
</style>
background-color css
<style>
a { background-color: #A52DCE; }
a { background-color: rgb(165,45,206); }
div.DivClassName
{
background-color: #A52DCE;
}
.BgClassName
{
background-color: #A52DCE;
}
</style>
border-color css
<style>
span { border-color: #A52DCE; }
span { border-color: rgb(165,45,206); }
td.TdClassName
{
border-color: #A52DCE;
}
.TagClassName
{
border-color: #A52DCE;
}
</style>