Shades of Dark Orchid #A433CE
Tints of Dark Orchid #A433CE
RGB
CMYK
RGB Variations
Color information
#A433CE (or 0xA433CE) is known color: Dark Orchid. HEX triplet: A4, 33 and CE. RGB value is (164,51,206). Sum of RGB (Red+Green+Blue) = 164+51+206=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 51 (20.31% from 255 or 12.11% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #A433CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A433CE is #5BCC31. Grayscale: #656565. Windows color (decimal): -6016050 or 13513636. OLE color: 13513636.
HSL color Cylindrical-coordinate representation of color #A433CE: hue angle of 283.74º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A433CE is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 51 | 206 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.19 |
| HSL | 283.74º | 0.61% | 0.5% | - |
| HSV(B) | 283.74º | 0.75% | 0.81% | - |
| XYZ | 27.63 | 14.72 | 59.78 | - |
| YUV | 102.46 | 186.44 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 51 | 206 | 0.20 | 0.75 | 0 | 0.19 | 283.74 | 0.61 | 0.5 |
| Hex | A4 | 33 | CE | 14 | 4B | 0 | 13 | 11C | 3D | 32 |
| Octal | 244 | 63 | 316 | 24 | 113 | 0 | 23 | 434 | 75 | 62 |
| Binary | 10100100 | 110011 | 11001110 | 10100 | 1001011 | 0 | 10011 | 100011100 | 111101 | 110010 |
Color Harmonies of #A433CE
Complementary color
Monochromatic Colors of #A433CE
Black with #A433CE
Text Example
Text Example
White with #A433CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A433CE; }
p { color: rgb(164,51,206); }
H1.HeaderClassName
{
color: #A433CE;
}
.AnyTagClassName
{
color: #A433CE;
}
</style>
background-color css
<style>
a { background-color: #A433CE; }
a { background-color: rgb(164,51,206); }
div.DivClassName
{
background-color: #A433CE;
}
.BgClassName
{
background-color: #A433CE;
}
</style>
border-color css
<style>
span { border-color: #A433CE; }
span { border-color: rgb(164,51,206); }
td.TdClassName
{
border-color: #A433CE;
}
.TagClassName
{
border-color: #A433CE;
}
</style>