Shades of Dark Orchid #A52ECF
Tints of Dark Orchid #A52ECF
RGB
CMYK
RGB Variations
Color information
#A52ECF (or 0xA52ECF) is known color: Dark Orchid. HEX triplet: A5, 2E and CF. RGB value is (165,46,207). Sum of RGB (Red+Green+Blue) = 165+46+207=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 46 (18.36% from 255 or 11.00% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #A52ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52ECF is #5AD130. Grayscale: #636363. Windows color (decimal): -5951793 or 13577893. OLE color: 13577893.
HSL color Cylindrical-coordinate representation of color #A52ECF: hue angle of 284.35º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A52ECF is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 46 | 207 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.19 |
| HSL | 284.35º | 0.64% | 0.5% | - |
| HSV(B) | 284.35º | 0.78% | 0.81% | - |
| XYZ | 27.76 | 14.46 | 60.36 | - |
| YUV | 99.94 | 188.42 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 46 | 207 | 0.20 | 0.78 | 0 | 0.19 | 284.35 | 0.64 | 0.5 |
| Hex | A5 | 2E | CF | 14 | 4E | 0 | 13 | 11C | 40 | 32 |
| Octal | 245 | 56 | 317 | 24 | 116 | 0 | 23 | 434 | 100 | 62 |
| Binary | 10100101 | 101110 | 11001111 | 10100 | 1001110 | 0 | 10011 | 100011100 | 1000000 | 110010 |
Color Harmonies of #A52ECF
Complementary color
Monochromatic Colors of #A52ECF
Black with #A52ECF
Text Example
Text Example
White with #A52ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52ECF; }
p { color: rgb(165,46,207); }
H1.HeaderClassName
{
color: #A52ECF;
}
.AnyTagClassName
{
color: #A52ECF;
}
</style>
background-color css
<style>
a { background-color: #A52ECF; }
a { background-color: rgb(165,46,207); }
div.DivClassName
{
background-color: #A52ECF;
}
.BgClassName
{
background-color: #A52ECF;
}
</style>
border-color css
<style>
span { border-color: #A52ECF; }
span { border-color: rgb(165,46,207); }
td.TdClassName
{
border-color: #A52ECF;
}
.TagClassName
{
border-color: #A52ECF;
}
</style>