Shades of Dark Orchid #A03ACF
Tints of Dark Orchid #A03ACF
RGB
CMYK
RGB Variations
Color information
#A03ACF (or 0xA03ACF) is known color: Dark Orchid. HEX triplet: A0, 3A and CF. RGB value is (160,58,207). Sum of RGB (Red+Green+Blue) = 160+58+207=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 58 (23.05% from 255 or 13.65% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #A03ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03ACF is #5FC530. Grayscale: #686868. Windows color (decimal): -6276401 or 13580960. OLE color: 13580960.
HSL color Cylindrical-coordinate representation of color #A03ACF: hue angle of 281.07º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A03ACF is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 58 | 207 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.19 |
| HSL | 281.07º | 0.61% | 0.52% | - |
| HSV(B) | 281.07º | 0.72% | 0.81% | - |
| XYZ | 27.27 | 15 | 60.49 | - |
| YUV | 105.48 | 185.29 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 58 | 207 | 0.23 | 0.72 | 0 | 0.19 | 281.07 | 0.61 | 0.52 |
| Hex | A0 | 3A | CF | 17 | 48 | 0 | 13 | 119 | 3D | 34 |
| Octal | 240 | 72 | 317 | 27 | 110 | 0 | 23 | 431 | 75 | 64 |
| Binary | 10100000 | 111010 | 11001111 | 10111 | 1001000 | 0 | 10011 | 100011001 | 111101 | 110100 |
Color Harmonies of #A03ACF
Complementary color
Monochromatic Colors of #A03ACF
Black with #A03ACF
Text Example
Text Example
White with #A03ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03ACF; }
p { color: rgb(160,58,207); }
H1.HeaderClassName
{
color: #A03ACF;
}
.AnyTagClassName
{
color: #A03ACF;
}
</style>
background-color css
<style>
a { background-color: #A03ACF; }
a { background-color: rgb(160,58,207); }
div.DivClassName
{
background-color: #A03ACF;
}
.BgClassName
{
background-color: #A03ACF;
}
</style>
border-color css
<style>
span { border-color: #A03ACF; }
span { border-color: rgb(160,58,207); }
td.TdClassName
{
border-color: #A03ACF;
}
.TagClassName
{
border-color: #A03ACF;
}
</style>