Shades of Dark Orchid #A520C4
Tints of Dark Orchid #A520C4
RGB
CMYK
RGB Variations
Color information
#A520C4 (or 0xA520C4) is known color: Dark Orchid. HEX triplet: A5, 20 and C4. RGB value is (165,32,196). Sum of RGB (Red+Green+Blue) = 165+32+196=393 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.98% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 196 (76.95% from 255 or 49.87% from 393); Max value from RGB is 196 - color contains mainly: blue. Hex color #A520C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A520C4 is #5ADF3B. Grayscale: #595959. Windows color (decimal): -5955388 or 12853413. OLE color: 12853413.
HSL color Cylindrical-coordinate representation of color #A520C4: hue angle of 288.66º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A520C4 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 32 | 196 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.23 |
| HSL | 288.66º | 0.72% | 0.45% | - |
| HSV(B) | 288.66º | 0.84% | 0.77% | - |
| XYZ | 26 | 13.02 | 53.37 | - |
| YUV | 90.46 | 187.56 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 32 | 196 | 0.16 | 0.84 | 0 | 0.23 | 288.66 | 0.72 | 0.45 |
| Hex | A5 | 20 | C4 | 10 | 54 | 0 | 17 | 121 | 48 | 2D |
| Octal | 245 | 40 | 304 | 20 | 124 | 0 | 27 | 441 | 110 | 55 |
| Binary | 10100101 | 100000 | 11000100 | 10000 | 1010100 | 0 | 10111 | 100100001 | 1001000 | 101101 |
Color Harmonies of #A520C4
Complementary color
Monochromatic Colors of #A520C4
Black with #A520C4
Text Example
Text Example
White with #A520C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A520C4; }
p { color: rgb(165,32,196); }
H1.HeaderClassName
{
color: #A520C4;
}
.AnyTagClassName
{
color: #A520C4;
}
</style>
background-color css
<style>
a { background-color: #A520C4; }
a { background-color: rgb(165,32,196); }
div.DivClassName
{
background-color: #A520C4;
}
.BgClassName
{
background-color: #A520C4;
}
</style>
border-color css
<style>
span { border-color: #A520C4; }
span { border-color: rgb(165,32,196); }
td.TdClassName
{
border-color: #A520C4;
}
.TagClassName
{
border-color: #A520C4;
}
</style>