Shades of Dark Orchid #A442CF
Tints of Dark Orchid #A442CF
RGB
CMYK
RGB Variations
Color information
#A442CF (or 0xA442CF) is known color: Dark Orchid. HEX triplet: A4, 42 and CF. RGB value is (164,66,207). Sum of RGB (Red+Green+Blue) = 164+66+207=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #A442CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A442CF is #5BBD30. Grayscale: #6E6E6E. Windows color (decimal): -6012209 or 13583012. OLE color: 13583012.
HSL color Cylindrical-coordinate representation of color #A442CF: hue angle of 281.7º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A442CF is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 66 | 207 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.19 |
| HSL | 281.7º | 0.59% | 0.54% | - |
| HSV(B) | 281.7º | 0.68% | 0.81% | - |
| XYZ | 28.52 | 16.29 | 60.67 | - |
| YUV | 111.38 | 181.97 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 66 | 207 | 0.21 | 0.68 | 0 | 0.19 | 281.7 | 0.59 | 0.54 |
| Hex | A4 | 42 | CF | 15 | 44 | 0 | 13 | 11A | 3B | 36 |
| Octal | 244 | 102 | 317 | 25 | 104 | 0 | 23 | 432 | 73 | 66 |
| Binary | 10100100 | 1000010 | 11001111 | 10101 | 1000100 | 0 | 10011 | 100011010 | 111011 | 110110 |
Color Harmonies of #A442CF
Complementary color
Monochromatic Colors of #A442CF
Black with #A442CF
Text Example
Text Example
White with #A442CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A442CF; }
p { color: rgb(164,66,207); }
H1.HeaderClassName
{
color: #A442CF;
}
.AnyTagClassName
{
color: #A442CF;
}
</style>
background-color css
<style>
a { background-color: #A442CF; }
a { background-color: rgb(164,66,207); }
div.DivClassName
{
background-color: #A442CF;
}
.BgClassName
{
background-color: #A442CF;
}
</style>
border-color css
<style>
span { border-color: #A442CF; }
span { border-color: rgb(164,66,207); }
td.TdClassName
{
border-color: #A442CF;
}
.TagClassName
{
border-color: #A442CF;
}
</style>