Shades of Dark Orchid #A520C8
Tints of Dark Orchid #A520C8
RGB
CMYK
RGB Variations
Color information
#A520C8 (or 0xA520C8) is known color: Dark Orchid. HEX triplet: A5, 20 and C8. RGB value is (165,32,200). Sum of RGB (Red+Green+Blue) = 165+32+200=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 32 (12.89% from 255 or 8.06% from 397); Blue value is 200 (78.52% from 255 or 50.38% from 397); Max value from RGB is 200 - color contains mainly: blue. Hex color #A520C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A520C8 is #5ADF37. Grayscale: #5A5A5A. Windows color (decimal): -5955384 or 13115557. OLE color: 13115557.
HSL color Cylindrical-coordinate representation of color #A520C8: hue angle of 287.5º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A520C8 is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 32 | 200 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.22 |
| HSL | 287.5º | 0.72% | 0.45% | - |
| HSV(B) | 287.5º | 0.84% | 0.78% | - |
| XYZ | 26.46 | 13.2 | 55.8 | - |
| YUV | 90.92 | 189.56 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 32 | 200 | 0.18 | 0.84 | 0 | 0.22 | 287.5 | 0.72 | 0.45 |
| Hex | A5 | 20 | C8 | 12 | 54 | 0 | 16 | 120 | 48 | 2D |
| Octal | 245 | 40 | 310 | 22 | 124 | 0 | 26 | 440 | 110 | 55 |
| Binary | 10100101 | 100000 | 11001000 | 10010 | 1010100 | 0 | 10110 | 100100000 | 1001000 | 101101 |
Color Harmonies of #A520C8
Complementary color
Monochromatic Colors of #A520C8
Black with #A520C8
Text Example
Text Example
White with #A520C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A520C8; }
p { color: rgb(165,32,200); }
H1.HeaderClassName
{
color: #A520C8;
}
.AnyTagClassName
{
color: #A520C8;
}
</style>
background-color css
<style>
a { background-color: #A520C8; }
a { background-color: rgb(165,32,200); }
div.DivClassName
{
background-color: #A520C8;
}
.BgClassName
{
background-color: #A520C8;
}
</style>
border-color css
<style>
span { border-color: #A520C8; }
span { border-color: rgb(165,32,200); }
td.TdClassName
{
border-color: #A520C8;
}
.TagClassName
{
border-color: #A520C8;
}
</style>