Shades of Dark Orchid #A33ACD
Tints of Dark Orchid #A33ACD
RGB
CMYK
RGB Variations
Color information
#A33ACD (or 0xA33ACD) is known color: Dark Orchid. HEX triplet: A3, 3A and CD. RGB value is (163,58,205). Sum of RGB (Red+Green+Blue) = 163+58+205=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 58 (23.05% from 255 or 13.62% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #A33ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33ACD is #5CC532. Grayscale: #696969. Windows color (decimal): -6079795 or 13449891. OLE color: 13449891.
HSL color Cylindrical-coordinate representation of color #A33ACD: hue angle of 282.86º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A33ACD is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 58 | 205 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.20 |
| HSL | 282.86º | 0.6% | 0.52% | - |
| HSV(B) | 282.86º | 0.72% | 0.8% | - |
| XYZ | 27.64 | 15.22 | 59.24 | - |
| YUV | 106.15 | 183.79 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 58 | 205 | 0.20 | 0.72 | 0 | 0.20 | 282.86 | 0.6 | 0.52 |
| Hex | A3 | 3A | CD | 14 | 48 | 0 | 14 | 11B | 3C | 34 |
| Octal | 243 | 72 | 315 | 24 | 110 | 0 | 24 | 433 | 74 | 64 |
| Binary | 10100011 | 111010 | 11001101 | 10100 | 1001000 | 0 | 10100 | 100011011 | 111100 | 110100 |
Color Harmonies of #A33ACD
Complementary color
Monochromatic Colors of #A33ACD
Black with #A33ACD
Text Example
Text Example
White with #A33ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33ACD; }
p { color: rgb(163,58,205); }
H1.HeaderClassName
{
color: #A33ACD;
}
.AnyTagClassName
{
color: #A33ACD;
}
</style>
background-color css
<style>
a { background-color: #A33ACD; }
a { background-color: rgb(163,58,205); }
div.DivClassName
{
background-color: #A33ACD;
}
.BgClassName
{
background-color: #A33ACD;
}
</style>
border-color css
<style>
span { border-color: #A33ACD; }
span { border-color: rgb(163,58,205); }
td.TdClassName
{
border-color: #A33ACD;
}
.TagClassName
{
border-color: #A33ACD;
}
</style>