Shades of Dark Orchid #A445CF
Tints of Dark Orchid #A445CF
RGB
CMYK
RGB Variations
Color information
#A445CF (or 0xA445CF) is known color: Dark Orchid. HEX triplet: A4, 45 and CF. RGB value is (164,69,207). Sum of RGB (Red+Green+Blue) = 164+69+207=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 69 (27.34% from 255 or 15.68% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #A445CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A445CF is #5BBA30. Grayscale: #707070. Windows color (decimal): -6011441 or 13583780. OLE color: 13583780.
HSL color Cylindrical-coordinate representation of color #A445CF: hue angle of 281.3º 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 #A445CF is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 69 | 207 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.19 |
| HSL | 281.3º | 0.59% | 0.54% | - |
| HSV(B) | 281.3º | 0.67% | 0.81% | - |
| XYZ | 28.7 | 16.65 | 60.73 | - |
| YUV | 113.14 | 180.97 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 69 | 207 | 0.21 | 0.67 | 0 | 0.19 | 281.3 | 0.59 | 0.54 |
| Hex | A4 | 45 | CF | 15 | 43 | 0 | 13 | 119 | 3B | 36 |
| Octal | 244 | 105 | 317 | 25 | 103 | 0 | 23 | 431 | 73 | 66 |
| Binary | 10100100 | 1000101 | 11001111 | 10101 | 1000011 | 0 | 10011 | 100011001 | 111011 | 110110 |
Color Harmonies of #A445CF
Complementary color
Monochromatic Colors of #A445CF
Black with #A445CF
Text Example
Text Example
White with #A445CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A445CF; }
p { color: rgb(164,69,207); }
H1.HeaderClassName
{
color: #A445CF;
}
.AnyTagClassName
{
color: #A445CF;
}
</style>
background-color css
<style>
a { background-color: #A445CF; }
a { background-color: rgb(164,69,207); }
div.DivClassName
{
background-color: #A445CF;
}
.BgClassName
{
background-color: #A445CF;
}
</style>
border-color css
<style>
span { border-color: #A445CF; }
span { border-color: rgb(164,69,207); }
td.TdClassName
{
border-color: #A445CF;
}
.TagClassName
{
border-color: #A445CF;
}
</style>