Shades of Dark Orchid #A444E8
Tints of Dark Orchid #A444E8
RGB
CMYK
RGB Variations
Color information
#A444E8 (or 0xA444E8) is known color: Dark Orchid. HEX triplet: A4, 44 and E8. RGB value is (164,68,232). Sum of RGB (Red+Green+Blue) = 164+68+232=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 68 (26.95% from 255 or 14.66% from 464); Blue value is 232 (91.02% from 255 or 50% from 464); Max value from RGB is 232 - color contains mainly: blue. Hex color #A444E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A444E8 is #5BBB17. Grayscale: #727272. Windows color (decimal): -6011672 or 15221924. OLE color: 15221924.
HSL color Cylindrical-coordinate representation of color #A444E8: hue angle of 275.12º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A444E8 is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 68 | 232 | - |
| CMYK | 0.29 | 0.71 | 0 | 0.09 |
| HSL | 275.12º | 0.78% | 0.59% | - |
| HSV(B) | 275.12º | 0.71% | 0.91% | - |
| XYZ | 31.94 | 17.85 | 78.11 | - |
| YUV | 115.4 | 193.8 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 68 | 232 | 0.29 | 0.71 | 0 | 0.09 | 275.12 | 0.78 | 0.59 |
| Hex | A4 | 44 | E8 | 1D | 47 | 0 | 9 | 113 | 4E | 3B |
| Octal | 244 | 104 | 350 | 35 | 107 | 0 | 11 | 423 | 116 | 73 |
| Binary | 10100100 | 1000100 | 11101000 | 11101 | 1000111 | 0 | 1001 | 100010011 | 1001110 | 111011 |
Color Harmonies of #A444E8
Complementary color
Monochromatic Colors of #A444E8
Black with #A444E8
Text Example
Text Example
White with #A444E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A444E8; }
p { color: rgb(164,68,232); }
H1.HeaderClassName
{
color: #A444E8;
}
.AnyTagClassName
{
color: #A444E8;
}
</style>
background-color css
<style>
a { background-color: #A444E8; }
a { background-color: rgb(164,68,232); }
div.DivClassName
{
background-color: #A444E8;
}
.BgClassName
{
background-color: #A444E8;
}
</style>
border-color css
<style>
span { border-color: #A444E8; }
span { border-color: rgb(164,68,232); }
td.TdClassName
{
border-color: #A444E8;
}
.TagClassName
{
border-color: #A444E8;
}
</style>