Shades of Dark Orchid #A52ECB
Tints of Dark Orchid #A52ECB
RGB
CMYK
RGB Variations
Color information
#A52ECB (or 0xA52ECB) is known color: Dark Orchid. HEX triplet: A5, 2E and CB. RGB value is (165,46,203). Sum of RGB (Red+Green+Blue) = 165+46+203=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 46 (18.36% from 255 or 11.11% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #A52ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52ECB is #5AD134. Grayscale: #626262. Windows color (decimal): -5951797 or 13315749. OLE color: 13315749.
HSL color Cylindrical-coordinate representation of color #A52ECB: hue angle of 285.48º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A52ECB is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 46 | 203 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.20 |
| HSL | 285.48º | 0.63% | 0.49% | - |
| HSV(B) | 285.48º | 0.77% | 0.8% | - |
| XYZ | 27.27 | 14.27 | 57.82 | - |
| YUV | 99.48 | 186.42 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 46 | 203 | 0.19 | 0.77 | 0 | 0.20 | 285.48 | 0.63 | 0.49 |
| Hex | A5 | 2E | CB | 13 | 4D | 0 | 14 | 11D | 3F | 31 |
| Octal | 245 | 56 | 313 | 23 | 115 | 0 | 24 | 435 | 77 | 61 |
| Binary | 10100101 | 101110 | 11001011 | 10011 | 1001101 | 0 | 10100 | 100011101 | 111111 | 110001 |
Color Harmonies of #A52ECB
Complementary color
Monochromatic Colors of #A52ECB
Black with #A52ECB
Text Example
Text Example
White with #A52ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52ECB; }
p { color: rgb(165,46,203); }
H1.HeaderClassName
{
color: #A52ECB;
}
.AnyTagClassName
{
color: #A52ECB;
}
</style>
background-color css
<style>
a { background-color: #A52ECB; }
a { background-color: rgb(165,46,203); }
div.DivClassName
{
background-color: #A52ECB;
}
.BgClassName
{
background-color: #A52ECB;
}
</style>
border-color css
<style>
span { border-color: #A52ECB; }
span { border-color: rgb(165,46,203); }
td.TdClassName
{
border-color: #A52ECB;
}
.TagClassName
{
border-color: #A52ECB;
}
</style>