Shades of Dark Orchid #A33ECD
Tints of Dark Orchid #A33ECD
RGB
CMYK
RGB Variations
Color information
#A33ECD (or 0xA33ECD) is known color: Dark Orchid. HEX triplet: A3, 3E and CD. RGB value is (163,62,205). Sum of RGB (Red+Green+Blue) = 163+62+205=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 62 (24.61% from 255 or 14.42% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #A33ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33ECD is #5CC132. Grayscale: #6C6C6C. Windows color (decimal): -6078771 or 13450915. OLE color: 13450915.
HSL color Cylindrical-coordinate representation of color #A33ECD: hue angle of 282.38º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A33ECD is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 62 | 205 | - |
| CMYK | 0.20 | 0.70 | 0 | 0.20 |
| HSL | 282.38º | 0.59% | 0.52% | - |
| HSV(B) | 282.38º | 0.7% | 0.8% | - |
| XYZ | 27.85 | 15.64 | 59.31 | - |
| YUV | 108.5 | 182.46 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 62 | 205 | 0.20 | 0.70 | 0 | 0.20 | 282.38 | 0.59 | 0.52 |
| Hex | A3 | 3E | CD | 14 | 46 | 0 | 14 | 11A | 3B | 34 |
| Octal | 243 | 76 | 315 | 24 | 106 | 0 | 24 | 432 | 73 | 64 |
| Binary | 10100011 | 111110 | 11001101 | 10100 | 1000110 | 0 | 10100 | 100011010 | 111011 | 110100 |
Color Harmonies of #A33ECD
Complementary color
Monochromatic Colors of #A33ECD
Black with #A33ECD
Text Example
Text Example
White with #A33ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33ECD; }
p { color: rgb(163,62,205); }
H1.HeaderClassName
{
color: #A33ECD;
}
.AnyTagClassName
{
color: #A33ECD;
}
</style>
background-color css
<style>
a { background-color: #A33ECD; }
a { background-color: rgb(163,62,205); }
div.DivClassName
{
background-color: #A33ECD;
}
.BgClassName
{
background-color: #A33ECD;
}
</style>
border-color css
<style>
span { border-color: #A33ECD; }
span { border-color: rgb(163,62,205); }
td.TdClassName
{
border-color: #A33ECD;
}
.TagClassName
{
border-color: #A33ECD;
}
</style>