Shades of Dark Orchid #A443CF
Tints of Dark Orchid #A443CF
RGB
CMYK
RGB Variations
Color information
#A443CF (or 0xA443CF) is known color: Dark Orchid. HEX triplet: A4, 43 and CF. RGB value is (164,67,207). Sum of RGB (Red+Green+Blue) = 164+67+207=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 67 (26.56% from 255 or 15.30% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #A443CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A443CF is #5BBC30. Grayscale: #6F6F6F. Windows color (decimal): -6011953 or 13583268. OLE color: 13583268.
HSL color Cylindrical-coordinate representation of color #A443CF: hue angle of 281.57º 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 #A443CF is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 67 | 207 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.19 |
| HSL | 281.57º | 0.59% | 0.54% | - |
| HSV(B) | 281.57º | 0.68% | 0.81% | - |
| XYZ | 28.58 | 16.41 | 60.69 | - |
| YUV | 111.96 | 181.64 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 67 | 207 | 0.21 | 0.68 | 0 | 0.19 | 281.57 | 0.59 | 0.54 |
| Hex | A4 | 43 | CF | 15 | 44 | 0 | 13 | 11A | 3B | 36 |
| Octal | 244 | 103 | 317 | 25 | 104 | 0 | 23 | 432 | 73 | 66 |
| Binary | 10100100 | 1000011 | 11001111 | 10101 | 1000100 | 0 | 10011 | 100011010 | 111011 | 110110 |
Color Harmonies of #A443CF
Complementary color
Monochromatic Colors of #A443CF
Black with #A443CF
Text Example
Text Example
White with #A443CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A443CF; }
p { color: rgb(164,67,207); }
H1.HeaderClassName
{
color: #A443CF;
}
.AnyTagClassName
{
color: #A443CF;
}
</style>
background-color css
<style>
a { background-color: #A443CF; }
a { background-color: rgb(164,67,207); }
div.DivClassName
{
background-color: #A443CF;
}
.BgClassName
{
background-color: #A443CF;
}
</style>
border-color css
<style>
span { border-color: #A443CF; }
span { border-color: rgb(164,67,207); }
td.TdClassName
{
border-color: #A443CF;
}
.TagClassName
{
border-color: #A443CF;
}
</style>