Shades of Dark Orchid #A444CF
Tints of Dark Orchid #A444CF
RGB
CMYK
RGB Variations
Color information
#A444CF (or 0xA444CF) is known color: Dark Orchid. HEX triplet: A4, 44 and CF. RGB value is (164,68,207). Sum of RGB (Red+Green+Blue) = 164+68+207=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 68 (26.95% from 255 or 15.49% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #A444CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A444CF is #5BBB30. Grayscale: #707070. Windows color (decimal): -6011697 or 13583524. OLE color: 13583524.
HSL color Cylindrical-coordinate representation of color #A444CF: hue angle of 281.44º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A444CF is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 68 | 207 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.19 |
| HSL | 281.44º | 0.59% | 0.54% | - |
| HSV(B) | 281.44º | 0.67% | 0.81% | - |
| XYZ | 28.64 | 16.53 | 60.71 | - |
| YUV | 112.55 | 181.3 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 68 | 207 | 0.21 | 0.67 | 0 | 0.19 | 281.44 | 0.59 | 0.54 |
| Hex | A4 | 44 | CF | 15 | 43 | 0 | 13 | 119 | 3B | 36 |
| Octal | 244 | 104 | 317 | 25 | 103 | 0 | 23 | 431 | 73 | 66 |
| Binary | 10100100 | 1000100 | 11001111 | 10101 | 1000011 | 0 | 10011 | 100011001 | 111011 | 110110 |
Color Harmonies of #A444CF
Complementary color
Monochromatic Colors of #A444CF
Black with #A444CF
Text Example
Text Example
White with #A444CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A444CF; }
p { color: rgb(164,68,207); }
H1.HeaderClassName
{
color: #A444CF;
}
.AnyTagClassName
{
color: #A444CF;
}
</style>
background-color css
<style>
a { background-color: #A444CF; }
a { background-color: rgb(164,68,207); }
div.DivClassName
{
background-color: #A444CF;
}
.BgClassName
{
background-color: #A444CF;
}
</style>
border-color css
<style>
span { border-color: #A444CF; }
span { border-color: rgb(164,68,207); }
td.TdClassName
{
border-color: #A444CF;
}
.TagClassName
{
border-color: #A444CF;
}
</style>