Shades of Dark Orchid #A120CF
Tints of Dark Orchid #A120CF
RGB
CMYK
RGB Variations
Color information
#A120CF (or 0xA120CF) is known color: Dark Orchid. HEX triplet: A1, 20 and CF. RGB value is (161,32,207). Sum of RGB (Red+Green+Blue) = 161+32+207=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 32 (12.89% from 255 or 8% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #A120CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A120CF is #5EDF30. Grayscale: #595959. Windows color (decimal): -6217521 or 13574305. OLE color: 13574305.
HSL color Cylindrical-coordinate representation of color #A120CF: hue angle of 284.23º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A120CF is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 32 | 207 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.19 |
| HSL | 284.23º | 0.73% | 0.47% | - |
| HSV(B) | 284.23º | 0.85% | 0.81% | - |
| XYZ | 26.48 | 13.12 | 60.17 | - |
| YUV | 90.52 | 193.74 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 32 | 207 | 0.22 | 0.85 | 0 | 0.19 | 284.23 | 0.73 | 0.47 |
| Hex | A1 | 20 | CF | 16 | 55 | 0 | 13 | 11C | 49 | 2F |
| Octal | 241 | 40 | 317 | 26 | 125 | 0 | 23 | 434 | 111 | 57 |
| Binary | 10100001 | 100000 | 11001111 | 10110 | 1010101 | 0 | 10011 | 100011100 | 1001001 | 101111 |
Color Harmonies of #A120CF
Complementary color
Monochromatic Colors of #A120CF
Black with #A120CF
Text Example
Text Example
White with #A120CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A120CF; }
p { color: rgb(161,32,207); }
H1.HeaderClassName
{
color: #A120CF;
}
.AnyTagClassName
{
color: #A120CF;
}
</style>
background-color css
<style>
a { background-color: #A120CF; }
a { background-color: rgb(161,32,207); }
div.DivClassName
{
background-color: #A120CF;
}
.BgClassName
{
background-color: #A120CF;
}
</style>
border-color css
<style>
span { border-color: #A120CF; }
span { border-color: rgb(161,32,207); }
td.TdClassName
{
border-color: #A120CF;
}
.TagClassName
{
border-color: #A120CF;
}
</style>