Shades of Dark Orchid #A33EDF
Tints of Dark Orchid #A33EDF
RGB
CMYK
RGB Variations
Color information
#A33EDF (or 0xA33EDF) is known color: Dark Orchid. HEX triplet: A3, 3E and DF. RGB value is (163,62,223). Sum of RGB (Red+Green+Blue) = 163+62+223=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 62 (24.61% from 255 or 13.84% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #A33EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33EDF is #5CC120. Grayscale: #6E6E6E. Windows color (decimal): -6078753 or 14630563. OLE color: 14630563.
HSL color Cylindrical-coordinate representation of color #A33EDF: hue angle of 277.64º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A33EDF is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 62 | 223 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.13 |
| HSL | 277.64º | 0.72% | 0.56% | - |
| HSV(B) | 277.64º | 0.72% | 0.87% | - |
| XYZ | 30.15 | 16.56 | 71.42 | - |
| YUV | 110.55 | 191.46 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 62 | 223 | 0.27 | 0.72 | 0 | 0.13 | 277.64 | 0.72 | 0.56 |
| Hex | A3 | 3E | DF | 1B | 48 | 0 | D | 116 | 48 | 38 |
| Octal | 243 | 76 | 337 | 33 | 110 | 0 | 15 | 426 | 110 | 70 |
| Binary | 10100011 | 111110 | 11011111 | 11011 | 1001000 | 0 | 1101 | 100010110 | 1001000 | 111000 |
Color Harmonies of #A33EDF
Complementary color
Monochromatic Colors of #A33EDF
Black with #A33EDF
Text Example
Text Example
White with #A33EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33EDF; }
p { color: rgb(163,62,223); }
H1.HeaderClassName
{
color: #A33EDF;
}
.AnyTagClassName
{
color: #A33EDF;
}
</style>
background-color css
<style>
a { background-color: #A33EDF; }
a { background-color: rgb(163,62,223); }
div.DivClassName
{
background-color: #A33EDF;
}
.BgClassName
{
background-color: #A33EDF;
}
</style>
border-color css
<style>
span { border-color: #A33EDF; }
span { border-color: rgb(163,62,223); }
td.TdClassName
{
border-color: #A33EDF;
}
.TagClassName
{
border-color: #A33EDF;
}
</style>