Shades of Dark Orchid #A032CF
Tints of Dark Orchid #A032CF
RGB
CMYK
RGB Variations
Color information
#A032CF (or 0xA032CF) is known color: Dark Orchid. HEX triplet: A0, 32 and CF. RGB value is (160,50,207). Sum of RGB (Red+Green+Blue) = 160+50+207=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 50 (19.92% from 255 or 11.99% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #A032CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A032CF is #5FCD30. Grayscale: #646464. Windows color (decimal): -6278449 or 13578912. OLE color: 13578912.
HSL color Cylindrical-coordinate representation of color #A032CF: hue angle of 282.04º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A032CF is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 50 | 207 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.19 |
| HSL | 282.04º | 0.62% | 0.5% | - |
| HSV(B) | 282.04º | 0.76% | 0.81% | - |
| XYZ | 26.9 | 14.26 | 60.37 | - |
| YUV | 100.79 | 187.94 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 50 | 207 | 0.23 | 0.76 | 0 | 0.19 | 282.04 | 0.62 | 0.5 |
| Hex | A0 | 32 | CF | 17 | 4C | 0 | 13 | 11A | 3E | 32 |
| Octal | 240 | 62 | 317 | 27 | 114 | 0 | 23 | 432 | 76 | 62 |
| Binary | 10100000 | 110010 | 11001111 | 10111 | 1001100 | 0 | 10011 | 100011010 | 111110 | 110010 |
Color Harmonies of #A032CF
Complementary color
Monochromatic Colors of #A032CF
Black with #A032CF
Text Example
Text Example
White with #A032CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A032CF; }
p { color: rgb(160,50,207); }
H1.HeaderClassName
{
color: #A032CF;
}
.AnyTagClassName
{
color: #A032CF;
}
</style>
background-color css
<style>
a { background-color: #A032CF; }
a { background-color: rgb(160,50,207); }
div.DivClassName
{
background-color: #A032CF;
}
.BgClassName
{
background-color: #A032CF;
}
</style>
border-color css
<style>
span { border-color: #A032CF; }
span { border-color: rgb(160,50,207); }
td.TdClassName
{
border-color: #A032CF;
}
.TagClassName
{
border-color: #A032CF;
}
</style>