Shades of Dark Orchid #A02FAC
Tints of Dark Orchid #A02FAC
RGB
CMYK
RGB Variations
Color information
#A02FAC (or 0xA02FAC) is known color: Dark Orchid. HEX triplet: A0, 2F and AC. RGB value is (160,47,172). Sum of RGB (Red+Green+Blue) = 160+47+172=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 47 (18.75% from 255 or 12.40% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #A02FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02FAC is #5FD053. Grayscale: #5E5E5E. Windows color (decimal): -6279252 or 11284384. OLE color: 11284384.
HSL color Cylindrical-coordinate representation of color #A02FAC: hue angle of 294.24º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A02FAC is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 47 | 172 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.33 |
| HSL | 294.24º | 0.57% | 0.43% | - |
| HSV(B) | 294.24º | 0.73% | 0.67% | - |
| XYZ | 22.96 | 12.49 | 40.23 | - |
| YUV | 95.04 | 171.44 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 47 | 172 | 0.07 | 0.73 | 0 | 0.33 | 294.24 | 0.57 | 0.43 |
| Hex | A0 | 2F | AC | 7 | 49 | 0 | 21 | 126 | 39 | 2B |
| Octal | 240 | 57 | 254 | 7 | 111 | 0 | 41 | 446 | 71 | 53 |
| Binary | 10100000 | 101111 | 10101100 | 111 | 1001001 | 0 | 100001 | 100100110 | 111001 | 101011 |
Color Harmonies of #A02FAC
Complementary color
Monochromatic Colors of #A02FAC
Black with #A02FAC
Text Example
Text Example
White with #A02FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02FAC; }
p { color: rgb(160,47,172); }
H1.HeaderClassName
{
color: #A02FAC;
}
.AnyTagClassName
{
color: #A02FAC;
}
</style>
background-color css
<style>
a { background-color: #A02FAC; }
a { background-color: rgb(160,47,172); }
div.DivClassName
{
background-color: #A02FAC;
}
.BgClassName
{
background-color: #A02FAC;
}
</style>
border-color css
<style>
span { border-color: #A02FAC; }
span { border-color: rgb(160,47,172); }
td.TdClassName
{
border-color: #A02FAC;
}
.TagClassName
{
border-color: #A02FAC;
}
</style>