Shades of Dark Orchid #A13ACC
Tints of Dark Orchid #A13ACC
RGB
CMYK
RGB Variations
Color information
#A13ACC (or 0xA13ACC) is known color: Dark Orchid. HEX triplet: A1, 3A and CC. RGB value is (161,58,204). Sum of RGB (Red+Green+Blue) = 161+58+204=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 58 (23.05% from 255 or 13.71% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #A13ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13ACC is #5EC533. Grayscale: #686868. Windows color (decimal): -6210868 or 13384353. OLE color: 13384353.
HSL color Cylindrical-coordinate representation of color #A13ACC: hue angle of 282.33º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A13ACC is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 58 | 204 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.2 |
| HSL | 282.33º | 0.59% | 0.51% | - |
| HSV(B) | 282.33º | 0.72% | 0.8% | - |
| XYZ | 27.11 | 14.96 | 58.59 | - |
| YUV | 105.44 | 183.62 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 58 | 204 | 0.21 | 0.72 | 0 | 0.2 | 282.33 | 0.59 | 0.51 |
| Hex | A1 | 3A | CC | 15 | 48 | 0 | 14 | 11A | 3B | 33 |
| Octal | 241 | 72 | 314 | 25 | 110 | 0 | 24 | 432 | 73 | 63 |
| Binary | 10100001 | 111010 | 11001100 | 10101 | 1001000 | 0 | 10100 | 100011010 | 111011 | 110011 |
Color Harmonies of #A13ACC
Complementary color
Monochromatic Colors of #A13ACC
Black with #A13ACC
Text Example
Text Example
White with #A13ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13ACC; }
p { color: rgb(161,58,204); }
H1.HeaderClassName
{
color: #A13ACC;
}
.AnyTagClassName
{
color: #A13ACC;
}
</style>
background-color css
<style>
a { background-color: #A13ACC; }
a { background-color: rgb(161,58,204); }
div.DivClassName
{
background-color: #A13ACC;
}
.BgClassName
{
background-color: #A13ACC;
}
</style>
border-color css
<style>
span { border-color: #A13ACC; }
span { border-color: rgb(161,58,204); }
td.TdClassName
{
border-color: #A13ACC;
}
.TagClassName
{
border-color: #A13ACC;
}
</style>