Shades of Dark Orchid #A52FCD
Tints of Dark Orchid #A52FCD
RGB
CMYK
RGB Variations
Color information
#A52FCD (or 0xA52FCD) is known color: Dark Orchid. HEX triplet: A5, 2F and CD. RGB value is (165,47,205). Sum of RGB (Red+Green+Blue) = 165+47+205=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 47 (18.75% from 255 or 11.27% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #A52FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52FCD is #5AD032. Grayscale: #636363. Windows color (decimal): -5951539 or 13447077. OLE color: 13447077.
HSL color Cylindrical-coordinate representation of color #A52FCD: hue angle of 284.81º 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 #A52FCD is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 47 | 205 | - |
| CMYK | 0.20 | 0.77 | 0 | 0.20 |
| HSL | 284.81º | 0.63% | 0.49% | - |
| HSV(B) | 284.81º | 0.77% | 0.8% | - |
| XYZ | 27.55 | 14.44 | 59.09 | - |
| YUV | 100.29 | 187.09 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 47 | 205 | 0.20 | 0.77 | 0 | 0.20 | 284.81 | 0.63 | 0.49 |
| Hex | A5 | 2F | CD | 14 | 4D | 0 | 14 | 11D | 3F | 31 |
| Octal | 245 | 57 | 315 | 24 | 115 | 0 | 24 | 435 | 77 | 61 |
| Binary | 10100101 | 101111 | 11001101 | 10100 | 1001101 | 0 | 10100 | 100011101 | 111111 | 110001 |
Color Harmonies of #A52FCD
Complementary color
Monochromatic Colors of #A52FCD
Black with #A52FCD
Text Example
Text Example
White with #A52FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52FCD; }
p { color: rgb(165,47,205); }
H1.HeaderClassName
{
color: #A52FCD;
}
.AnyTagClassName
{
color: #A52FCD;
}
</style>
background-color css
<style>
a { background-color: #A52FCD; }
a { background-color: rgb(165,47,205); }
div.DivClassName
{
background-color: #A52FCD;
}
.BgClassName
{
background-color: #A52FCD;
}
</style>
border-color css
<style>
span { border-color: #A52FCD; }
span { border-color: rgb(165,47,205); }
td.TdClassName
{
border-color: #A52FCD;
}
.TagClassName
{
border-color: #A52FCD;
}
</style>