Shades of Dark Orchid #A82FAC
Tints of Dark Orchid #A82FAC
RGB
CMYK
RGB Variations
Color information
#A82FAC (or 0xA82FAC) is known color: Dark Orchid. HEX triplet: A8, 2F and AC. RGB value is (168,47,172). Sum of RGB (Red+Green+Blue) = 168+47+172=387 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.41% from 387); Green value is 47 (18.75% from 255 or 12.14% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 172 - color contains mainly: blue. Hex color #A82FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82FAC is #57D053. Grayscale: #616161. Windows color (decimal): -5754964 or 11284392. OLE color: 11284392.
HSL color Cylindrical-coordinate representation of color #A82FAC: hue angle of 298.08º 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 #A82FAC is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 47 | 172 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.33 |
| HSL | 298.08º | 0.57% | 0.43% | - |
| HSV(B) | 298.08º | 0.73% | 0.67% | - |
| XYZ | 24.61 | 13.34 | 40.31 | - |
| YUV | 97.43 | 170.09 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 47 | 172 | 0.02 | 0.73 | 0 | 0.33 | 298.08 | 0.57 | 0.43 |
| Hex | A8 | 2F | AC | 2 | 49 | 0 | 21 | 12A | 39 | 2B |
| Octal | 250 | 57 | 254 | 2 | 111 | 0 | 41 | 452 | 71 | 53 |
| Binary | 10101000 | 101111 | 10101100 | 10 | 1001001 | 0 | 100001 | 100101010 | 111001 | 101011 |
Color Harmonies of #A82FAC
Complementary color
Monochromatic Colors of #A82FAC
Black with #A82FAC
Text Example
Text Example
White with #A82FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82FAC; }
p { color: rgb(168,47,172); }
H1.HeaderClassName
{
color: #A82FAC;
}
.AnyTagClassName
{
color: #A82FAC;
}
</style>
background-color css
<style>
a { background-color: #A82FAC; }
a { background-color: rgb(168,47,172); }
div.DivClassName
{
background-color: #A82FAC;
}
.BgClassName
{
background-color: #A82FAC;
}
</style>
border-color css
<style>
span { border-color: #A82FAC; }
span { border-color: rgb(168,47,172); }
td.TdClassName
{
border-color: #A82FAC;
}
.TagClassName
{
border-color: #A82FAC;
}
</style>