Shades of Dark Orchid #A52ACC
Tints of Dark Orchid #A52ACC
RGB
CMYK
RGB Variations
Color information
#A52ACC (or 0xA52ACC) is known color: Dark Orchid. HEX triplet: A5, 2A and CC. RGB value is (165,42,204). Sum of RGB (Red+Green+Blue) = 165+42+204=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 42 (16.80% from 255 or 10.22% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #A52ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52ACC is #5AD533. Grayscale: #606060. Windows color (decimal): -5952820 or 13380261. OLE color: 13380261.
HSL color Cylindrical-coordinate representation of color #A52ACC: hue angle of 285.56º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A52ACC is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 42 | 204 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.2 |
| HSL | 285.56º | 0.66% | 0.48% | - |
| HSV(B) | 285.56º | 0.79% | 0.8% | - |
| XYZ | 27.24 | 14.01 | 58.4 | - |
| YUV | 97.25 | 188.25 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 42 | 204 | 0.19 | 0.79 | 0 | 0.2 | 285.56 | 0.66 | 0.48 |
| Hex | A5 | 2A | CC | 13 | 4F | 0 | 14 | 11E | 42 | 30 |
| Octal | 245 | 52 | 314 | 23 | 117 | 0 | 24 | 436 | 102 | 60 |
| Binary | 10100101 | 101010 | 11001100 | 10011 | 1001111 | 0 | 10100 | 100011110 | 1000010 | 110000 |
Color Harmonies of #A52ACC
Complementary color
Monochromatic Colors of #A52ACC
Black with #A52ACC
Text Example
Text Example
White with #A52ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52ACC; }
p { color: rgb(165,42,204); }
H1.HeaderClassName
{
color: #A52ACC;
}
.AnyTagClassName
{
color: #A52ACC;
}
</style>
background-color css
<style>
a { background-color: #A52ACC; }
a { background-color: rgb(165,42,204); }
div.DivClassName
{
background-color: #A52ACC;
}
.BgClassName
{
background-color: #A52ACC;
}
</style>
border-color css
<style>
span { border-color: #A52ACC; }
span { border-color: rgb(165,42,204); }
td.TdClassName
{
border-color: #A52ACC;
}
.TagClassName
{
border-color: #A52ACC;
}
</style>