Shades of Dark Orchid #A447CF
Tints of Dark Orchid #A447CF
RGB
CMYK
RGB Variations
Color information
#A447CF (or 0xA447CF) is known color: Dark Orchid. HEX triplet: A4, 47 and CF. RGB value is (164,71,207). Sum of RGB (Red+Green+Blue) = 164+71+207=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 71 (28.12% from 255 or 16.06% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #A447CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A447CF is #5BB830. Grayscale: #717171. Windows color (decimal): -6010929 or 13584292. OLE color: 13584292.
HSL color Cylindrical-coordinate representation of color #A447CF: hue angle of 281.03º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A447CF is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 71 | 207 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.19 |
| HSL | 281.03º | 0.59% | 0.55% | - |
| HSV(B) | 281.03º | 0.66% | 0.81% | - |
| XYZ | 28.83 | 16.9 | 60.78 | - |
| YUV | 114.31 | 180.31 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 71 | 207 | 0.21 | 0.66 | 0 | 0.19 | 281.03 | 0.59 | 0.55 |
| Hex | A4 | 47 | CF | 15 | 42 | 0 | 13 | 119 | 3B | 37 |
| Octal | 244 | 107 | 317 | 25 | 102 | 0 | 23 | 431 | 73 | 67 |
| Binary | 10100100 | 1000111 | 11001111 | 10101 | 1000010 | 0 | 10011 | 100011001 | 111011 | 110111 |
Color Harmonies of #A447CF
Complementary color
Monochromatic Colors of #A447CF
Black with #A447CF
Text Example
Text Example
White with #A447CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A447CF; }
p { color: rgb(164,71,207); }
H1.HeaderClassName
{
color: #A447CF;
}
.AnyTagClassName
{
color: #A447CF;
}
</style>
background-color css
<style>
a { background-color: #A447CF; }
a { background-color: rgb(164,71,207); }
div.DivClassName
{
background-color: #A447CF;
}
.BgClassName
{
background-color: #A447CF;
}
</style>
border-color css
<style>
span { border-color: #A447CF; }
span { border-color: rgb(164,71,207); }
td.TdClassName
{
border-color: #A447CF;
}
.TagClassName
{
border-color: #A447CF;
}
</style>