Shades of Dark Orchid #A52CBC
Tints of Dark Orchid #A52CBC
RGB
CMYK
RGB Variations
Color information
#A52CBC (or 0xA52CBC) is known color: Dark Orchid. HEX triplet: A5, 2C and BC. RGB value is (165,44,188). Sum of RGB (Red+Green+Blue) = 165+44+188=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 44 (17.58% from 255 or 11.08% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #A52CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52CBC is #5AD343. Grayscale: #606060. Windows color (decimal): -5952324 or 12332197. OLE color: 12332197.
HSL color Cylindrical-coordinate representation of color #A52CBC: hue angle of 290.42º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A52CBC is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 44 | 188 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.26 |
| HSL | 290.42º | 0.62% | 0.45% | - |
| HSV(B) | 290.42º | 0.77% | 0.74% | - |
| XYZ | 25.49 | 13.43 | 48.83 | - |
| YUV | 96.6 | 179.59 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 44 | 188 | 0.12 | 0.77 | 0 | 0.26 | 290.42 | 0.62 | 0.45 |
| Hex | A5 | 2C | BC | C | 4D | 0 | 1A | 122 | 3E | 2D |
| Octal | 245 | 54 | 274 | 14 | 115 | 0 | 32 | 442 | 76 | 55 |
| Binary | 10100101 | 101100 | 10111100 | 1100 | 1001101 | 0 | 11010 | 100100010 | 111110 | 101101 |
Color Harmonies of #A52CBC
Complementary color
Monochromatic Colors of #A52CBC
Black with #A52CBC
Text Example
Text Example
White with #A52CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52CBC; }
p { color: rgb(165,44,188); }
H1.HeaderClassName
{
color: #A52CBC;
}
.AnyTagClassName
{
color: #A52CBC;
}
</style>
background-color css
<style>
a { background-color: #A52CBC; }
a { background-color: rgb(165,44,188); }
div.DivClassName
{
background-color: #A52CBC;
}
.BgClassName
{
background-color: #A52CBC;
}
</style>
border-color css
<style>
span { border-color: #A52CBC; }
span { border-color: rgb(165,44,188); }
td.TdClassName
{
border-color: #A52CBC;
}
.TagClassName
{
border-color: #A52CBC;
}
</style>