Shades of Dark Orchid #A446EA
Tints of Dark Orchid #A446EA
RGB
CMYK
RGB Variations
Color information
#A446EA (or 0xA446EA) is known color: Dark Orchid. HEX triplet: A4, 46 and EA. RGB value is (164,70,234). Sum of RGB (Red+Green+Blue) = 164+70+234=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 70 (27.73% from 255 or 14.96% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #A446EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A446EA is #5BB915. Grayscale: #747474. Windows color (decimal): -6011158 or 15353508. OLE color: 15353508.
HSL color Cylindrical-coordinate representation of color #A446EA: hue angle of 274.39º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A446EA is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 70 | 234 | - |
| CMYK | 0.30 | 0.70 | 0 | 0.08 |
| HSL | 274.39º | 0.8% | 0.6% | - |
| HSV(B) | 274.39º | 0.7% | 0.92% | - |
| XYZ | 32.35 | 18.21 | 79.65 | - |
| YUV | 116.8 | 194.14 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 70 | 234 | 0.30 | 0.70 | 0 | 0.08 | 274.39 | 0.8 | 0.6 |
| Hex | A4 | 46 | EA | 1E | 46 | 0 | 8 | 112 | 50 | 3C |
| Octal | 244 | 106 | 352 | 36 | 106 | 0 | 10 | 422 | 120 | 74 |
| Binary | 10100100 | 1000110 | 11101010 | 11110 | 1000110 | 0 | 1000 | 100010010 | 1010000 | 111100 |
Color Harmonies of #A446EA
Complementary color
Monochromatic Colors of #A446EA
Black with #A446EA
Text Example
Text Example
White with #A446EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A446EA; }
p { color: rgb(164,70,234); }
H1.HeaderClassName
{
color: #A446EA;
}
.AnyTagClassName
{
color: #A446EA;
}
</style>
background-color css
<style>
a { background-color: #A446EA; }
a { background-color: rgb(164,70,234); }
div.DivClassName
{
background-color: #A446EA;
}
.BgClassName
{
background-color: #A446EA;
}
</style>
border-color css
<style>
span { border-color: #A446EA; }
span { border-color: rgb(164,70,234); }
td.TdClassName
{
border-color: #A446EA;
}
.TagClassName
{
border-color: #A446EA;
}
</style>