Shades of Dark Orchid #A52FCC
Tints of Dark Orchid #A52FCC
RGB
CMYK
RGB Variations
Color information
#A52FCC (or 0xA52FCC) is known color: Dark Orchid. HEX triplet: A5, 2F and CC. RGB value is (165,47,204). Sum of RGB (Red+Green+Blue) = 165+47+204=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 47 (18.75% from 255 or 11.30% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #A52FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52FCC is #5AD033. Grayscale: #636363. Windows color (decimal): -5951540 or 13381541. OLE color: 13381541.
HSL color Cylindrical-coordinate representation of color #A52FCC: hue angle of 285.1º 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 #A52FCC is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 47 | 204 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.2 |
| HSL | 285.1º | 0.63% | 0.49% | - |
| HSV(B) | 285.1º | 0.77% | 0.8% | - |
| XYZ | 27.43 | 14.39 | 58.46 | - |
| YUV | 100.18 | 186.59 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 47 | 204 | 0.19 | 0.77 | 0 | 0.2 | 285.1 | 0.63 | 0.49 |
| Hex | A5 | 2F | CC | 13 | 4D | 0 | 14 | 11D | 3F | 31 |
| Octal | 245 | 57 | 314 | 23 | 115 | 0 | 24 | 435 | 77 | 61 |
| Binary | 10100101 | 101111 | 11001100 | 10011 | 1001101 | 0 | 10100 | 100011101 | 111111 | 110001 |
Color Harmonies of #A52FCC
Complementary color
Monochromatic Colors of #A52FCC
Black with #A52FCC
Text Example
Text Example
White with #A52FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52FCC; }
p { color: rgb(165,47,204); }
H1.HeaderClassName
{
color: #A52FCC;
}
.AnyTagClassName
{
color: #A52FCC;
}
</style>
background-color css
<style>
a { background-color: #A52FCC; }
a { background-color: rgb(165,47,204); }
div.DivClassName
{
background-color: #A52FCC;
}
.BgClassName
{
background-color: #A52FCC;
}
</style>
border-color css
<style>
span { border-color: #A52FCC; }
span { border-color: rgb(165,47,204); }
td.TdClassName
{
border-color: #A52FCC;
}
.TagClassName
{
border-color: #A52FCC;
}
</style>