Shades of Dark Orchid #A444CA
Tints of Dark Orchid #A444CA
RGB
CMYK
RGB Variations
Color information
#A444CA (or 0xA444CA) is known color: Dark Orchid. HEX triplet: A4, 44 and CA. RGB value is (164,68,202). Sum of RGB (Red+Green+Blue) = 164+68+202=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 68 (26.95% from 255 or 15.67% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #A444CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A444CA is #5BBB35. Grayscale: #6F6F6F. Windows color (decimal): -6011702 or 13255844. OLE color: 13255844.
HSL color Cylindrical-coordinate representation of color #A444CA: hue angle of 282.99º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A444CA is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 68 | 202 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.21 |
| HSL | 282.99º | 0.56% | 0.53% | - |
| HSV(B) | 282.99º | 0.66% | 0.79% | - |
| XYZ | 28.04 | 16.29 | 57.54 | - |
| YUV | 111.98 | 178.8 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 68 | 202 | 0.19 | 0.66 | 0 | 0.21 | 282.99 | 0.56 | 0.53 |
| Hex | A4 | 44 | CA | 13 | 42 | 0 | 15 | 11B | 38 | 35 |
| Octal | 244 | 104 | 312 | 23 | 102 | 0 | 25 | 433 | 70 | 65 |
| Binary | 10100100 | 1000100 | 11001010 | 10011 | 1000010 | 0 | 10101 | 100011011 | 111000 | 110101 |
Color Harmonies of #A444CA
Complementary color
Monochromatic Colors of #A444CA
Black with #A444CA
Text Example
Text Example
White with #A444CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A444CA; }
p { color: rgb(164,68,202); }
H1.HeaderClassName
{
color: #A444CA;
}
.AnyTagClassName
{
color: #A444CA;
}
</style>
background-color css
<style>
a { background-color: #A444CA; }
a { background-color: rgb(164,68,202); }
div.DivClassName
{
background-color: #A444CA;
}
.BgClassName
{
background-color: #A444CA;
}
</style>
border-color css
<style>
span { border-color: #A444CA; }
span { border-color: rgb(164,68,202); }
td.TdClassName
{
border-color: #A444CA;
}
.TagClassName
{
border-color: #A444CA;
}
</style>