Shades of Dark Orchid #A52CCC
Tints of Dark Orchid #A52CCC
RGB
CMYK
RGB Variations
Color information
#A52CCC (or 0xA52CCC) is known color: Dark Orchid. HEX triplet: A5, 2C and CC. RGB value is (165,44,204). Sum of RGB (Red+Green+Blue) = 165+44+204=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 44 (17.58% from 255 or 10.65% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #A52CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52CCC is #5AD333. Grayscale: #616161. Windows color (decimal): -5952308 or 13380773. OLE color: 13380773.
HSL color Cylindrical-coordinate representation of color #A52CCC: hue angle of 285.38º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A52CCC is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 44 | 204 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.2 |
| HSL | 285.38º | 0.65% | 0.49% | - |
| HSV(B) | 285.38º | 0.78% | 0.8% | - |
| XYZ | 27.32 | 14.16 | 58.42 | - |
| YUV | 98.42 | 187.59 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 44 | 204 | 0.19 | 0.78 | 0 | 0.2 | 285.38 | 0.65 | 0.49 |
| Hex | A5 | 2C | CC | 13 | 4E | 0 | 14 | 11D | 41 | 31 |
| Octal | 245 | 54 | 314 | 23 | 116 | 0 | 24 | 435 | 101 | 61 |
| Binary | 10100101 | 101100 | 11001100 | 10011 | 1001110 | 0 | 10100 | 100011101 | 1000001 | 110001 |
Color Harmonies of #A52CCC
Complementary color
Monochromatic Colors of #A52CCC
Black with #A52CCC
Text Example
Text Example
White with #A52CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52CCC; }
p { color: rgb(165,44,204); }
H1.HeaderClassName
{
color: #A52CCC;
}
.AnyTagClassName
{
color: #A52CCC;
}
</style>
background-color css
<style>
a { background-color: #A52CCC; }
a { background-color: rgb(165,44,204); }
div.DivClassName
{
background-color: #A52CCC;
}
.BgClassName
{
background-color: #A52CCC;
}
</style>
border-color css
<style>
span { border-color: #A52CCC; }
span { border-color: rgb(165,44,204); }
td.TdClassName
{
border-color: #A52CCC;
}
.TagClassName
{
border-color: #A52CCC;
}
</style>