Shades of Dark Orchid #A433D0
Tints of Dark Orchid #A433D0
RGB
CMYK
RGB Variations
Color information
#A433D0 (or 0xA433D0) is known color: Dark Orchid. HEX triplet: A4, 33 and D0. RGB value is (164,51,208). Sum of RGB (Red+Green+Blue) = 164+51+208=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 51 (20.31% from 255 or 12.06% from 423); Blue value is 208 (81.64% from 255 or 49.17% from 423); Max value from RGB is 208 - color contains mainly: blue. Hex color #A433D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A433D0 is #5BCC2F. Grayscale: #666666. Windows color (decimal): -6016048 or 13644708. OLE color: 13644708.
HSL color Cylindrical-coordinate representation of color #A433D0: hue angle of 283.18º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A433D0 is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 51 | 208 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.18 |
| HSL | 283.18º | 0.63% | 0.51% | - |
| HSV(B) | 283.18º | 0.75% | 0.82% | - |
| XYZ | 27.88 | 14.81 | 61.06 | - |
| YUV | 102.69 | 187.44 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 51 | 208 | 0.21 | 0.75 | 0 | 0.18 | 283.18 | 0.63 | 0.51 |
| Hex | A4 | 33 | D0 | 15 | 4B | 0 | 12 | 11B | 3F | 33 |
| Octal | 244 | 63 | 320 | 25 | 113 | 0 | 22 | 433 | 77 | 63 |
| Binary | 10100100 | 110011 | 11010000 | 10101 | 1001011 | 0 | 10010 | 100011011 | 111111 | 110011 |
Color Harmonies of #A433D0
Complementary color
Monochromatic Colors of #A433D0
Black with #A433D0
Text Example
Text Example
White with #A433D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A433D0; }
p { color: rgb(164,51,208); }
H1.HeaderClassName
{
color: #A433D0;
}
.AnyTagClassName
{
color: #A433D0;
}
</style>
background-color css
<style>
a { background-color: #A433D0; }
a { background-color: rgb(164,51,208); }
div.DivClassName
{
background-color: #A433D0;
}
.BgClassName
{
background-color: #A433D0;
}
</style>
border-color css
<style>
span { border-color: #A433D0; }
span { border-color: rgb(164,51,208); }
td.TdClassName
{
border-color: #A433D0;
}
.TagClassName
{
border-color: #A433D0;
}
</style>