Shades of Dark Orchid #A520CB
Tints of Dark Orchid #A520CB
RGB
CMYK
RGB Variations
Color information
#A520CB (or 0xA520CB) is known color: Dark Orchid. HEX triplet: A5, 20 and CB. RGB value is (165,32,203). Sum of RGB (Red+Green+Blue) = 165+32+203=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 32 (12.89% from 255 or 8% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #A520CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A520CB is #5ADF34. Grayscale: #5A5A5A. Windows color (decimal): -5955381 or 13312165. OLE color: 13312165.
HSL color Cylindrical-coordinate representation of color #A520CB: hue angle of 286.67º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A520CB is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 32 | 203 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.20 |
| HSL | 286.67º | 0.73% | 0.46% | - |
| HSV(B) | 286.67º | 0.84% | 0.8% | - |
| XYZ | 26.81 | 13.34 | 57.66 | - |
| YUV | 91.26 | 191.06 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 32 | 203 | 0.19 | 0.84 | 0 | 0.20 | 286.67 | 0.73 | 0.46 |
| Hex | A5 | 20 | CB | 13 | 54 | 0 | 14 | 11F | 49 | 2E |
| Octal | 245 | 40 | 313 | 23 | 124 | 0 | 24 | 437 | 111 | 56 |
| Binary | 10100101 | 100000 | 11001011 | 10011 | 1010100 | 0 | 10100 | 100011111 | 1001001 | 101110 |
Color Harmonies of #A520CB
Complementary color
Monochromatic Colors of #A520CB
Black with #A520CB
Text Example
Text Example
White with #A520CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A520CB; }
p { color: rgb(165,32,203); }
H1.HeaderClassName
{
color: #A520CB;
}
.AnyTagClassName
{
color: #A520CB;
}
</style>
background-color css
<style>
a { background-color: #A520CB; }
a { background-color: rgb(165,32,203); }
div.DivClassName
{
background-color: #A520CB;
}
.BgClassName
{
background-color: #A520CB;
}
</style>
border-color css
<style>
span { border-color: #A520CB; }
span { border-color: rgb(165,32,203); }
td.TdClassName
{
border-color: #A520CB;
}
.TagClassName
{
border-color: #A520CB;
}
</style>