Shades of Dark Orchid #A02BAC
Tints of Dark Orchid #A02BAC
RGB
CMYK
RGB Variations
Color information
#A02BAC (or 0xA02BAC) is known color: Dark Orchid. HEX triplet: A0, 2B and AC. RGB value is (160,43,172). Sum of RGB (Red+Green+Blue) = 160+43+172=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 43 (17.19% from 255 or 11.47% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #A02BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02BAC is #5FD453. Grayscale: #5C5C5C. Windows color (decimal): -6280276 or 11283360. OLE color: 11283360.
HSL color Cylindrical-coordinate representation of color #A02BAC: hue angle of 294.42º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A02BAC is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 43 | 172 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.33 |
| HSL | 294.42º | 0.6% | 0.42% | - |
| HSV(B) | 294.42º | 0.75% | 0.67% | - |
| XYZ | 22.81 | 12.18 | 40.18 | - |
| YUV | 92.69 | 172.76 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 43 | 172 | 0.07 | 0.75 | 0 | 0.33 | 294.42 | 0.6 | 0.42 |
| Hex | A0 | 2B | AC | 7 | 4B | 0 | 21 | 126 | 3C | 2A |
| Octal | 240 | 53 | 254 | 7 | 113 | 0 | 41 | 446 | 74 | 52 |
| Binary | 10100000 | 101011 | 10101100 | 111 | 1001011 | 0 | 100001 | 100100110 | 111100 | 101010 |
Color Harmonies of #A02BAC
Complementary color
Monochromatic Colors of #A02BAC
Black with #A02BAC
Text Example
Text Example
White with #A02BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02BAC; }
p { color: rgb(160,43,172); }
H1.HeaderClassName
{
color: #A02BAC;
}
.AnyTagClassName
{
color: #A02BAC;
}
</style>
background-color css
<style>
a { background-color: #A02BAC; }
a { background-color: rgb(160,43,172); }
div.DivClassName
{
background-color: #A02BAC;
}
.BgClassName
{
background-color: #A02BAC;
}
</style>
border-color css
<style>
span { border-color: #A02BAC; }
span { border-color: rgb(160,43,172); }
td.TdClassName
{
border-color: #A02BAC;
}
.TagClassName
{
border-color: #A02BAC;
}
</style>