Shades of Dark Orchid #A244CF
Tints of Dark Orchid #A244CF
RGB
CMYK
RGB Variations
Color information
#A244CF (or 0xA244CF) is known color: Dark Orchid. HEX triplet: A2, 44 and CF. RGB value is (162,68,207). Sum of RGB (Red+Green+Blue) = 162+68+207=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 68 (26.95% from 255 or 15.56% 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 #A244CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A244CF is #5DBB30. Grayscale: #6F6F6F. Windows color (decimal): -6142769 or 13583522. OLE color: 13583522.
HSL color Cylindrical-coordinate representation of color #A244CF: hue angle of 280.58º 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 #A244CF is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 68 | 207 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.19 |
| HSL | 280.58º | 0.59% | 0.54% | - |
| HSV(B) | 280.58º | 0.67% | 0.81% | - |
| XYZ | 28.23 | 16.32 | 60.69 | - |
| YUV | 111.95 | 181.64 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 68 | 207 | 0.22 | 0.67 | 0 | 0.19 | 280.58 | 0.59 | 0.54 |
| Hex | A2 | 44 | CF | 16 | 43 | 0 | 13 | 119 | 3B | 36 |
| Octal | 242 | 104 | 317 | 26 | 103 | 0 | 23 | 431 | 73 | 66 |
| Binary | 10100010 | 1000100 | 11001111 | 10110 | 1000011 | 0 | 10011 | 100011001 | 111011 | 110110 |
Color Harmonies of #A244CF
Complementary color
Monochromatic Colors of #A244CF
Black with #A244CF
Text Example
Text Example
White with #A244CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A244CF; }
p { color: rgb(162,68,207); }
H1.HeaderClassName
{
color: #A244CF;
}
.AnyTagClassName
{
color: #A244CF;
}
</style>
background-color css
<style>
a { background-color: #A244CF; }
a { background-color: rgb(162,68,207); }
div.DivClassName
{
background-color: #A244CF;
}
.BgClassName
{
background-color: #A244CF;
}
</style>
border-color css
<style>
span { border-color: #A244CF; }
span { border-color: rgb(162,68,207); }
td.TdClassName
{
border-color: #A244CF;
}
.TagClassName
{
border-color: #A244CF;
}
</style>