Shades of Dark Orchid #A433D9
Tints of Dark Orchid #A433D9
RGB
CMYK
RGB Variations
Color information
#A433D9 (or 0xA433D9) is known color: Dark Orchid. HEX triplet: A4, 33 and D9. RGB value is (164,51,217). Sum of RGB (Red+Green+Blue) = 164+51+217=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 51 (20.31% from 255 or 11.81% from 432); Blue value is 217 (85.16% from 255 or 50.23% from 432); Max value from RGB is 217 - color contains mainly: blue. Hex color #A433D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A433D9 is #5BCC26. Grayscale: #676767. Windows color (decimal): -6016039 or 14234532. OLE color: 14234532.
HSL color Cylindrical-coordinate representation of color #A433D9: hue angle of 280.84º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A433D9 is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 51 | 217 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.15 |
| HSL | 280.84º | 0.69% | 0.53% | - |
| HSV(B) | 280.84º | 0.76% | 0.85% | - |
| XYZ | 29.02 | 15.27 | 67.06 | - |
| YUV | 103.71 | 191.94 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 51 | 217 | 0.24 | 0.76 | 0 | 0.15 | 280.84 | 0.69 | 0.53 |
| Hex | A4 | 33 | D9 | 18 | 4C | 0 | F | 119 | 45 | 35 |
| Octal | 244 | 63 | 331 | 30 | 114 | 0 | 17 | 431 | 105 | 65 |
| Binary | 10100100 | 110011 | 11011001 | 11000 | 1001100 | 0 | 1111 | 100011001 | 1000101 | 110101 |
Color Harmonies of #A433D9
Complementary color
Monochromatic Colors of #A433D9
Black with #A433D9
Text Example
Text Example
White with #A433D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A433D9; }
p { color: rgb(164,51,217); }
H1.HeaderClassName
{
color: #A433D9;
}
.AnyTagClassName
{
color: #A433D9;
}
</style>
background-color css
<style>
a { background-color: #A433D9; }
a { background-color: rgb(164,51,217); }
div.DivClassName
{
background-color: #A433D9;
}
.BgClassName
{
background-color: #A433D9;
}
</style>
border-color css
<style>
span { border-color: #A433D9; }
span { border-color: rgb(164,51,217); }
td.TdClassName
{
border-color: #A433D9;
}
.TagClassName
{
border-color: #A433D9;
}
</style>