Shades of Dark Orchid #A82FAB
Tints of Dark Orchid #A82FAB
RGB
CMYK
RGB Variations
Color information
#A82FAB (or 0xA82FAB) is known color: Dark Orchid. HEX triplet: A8, 2F and AB. RGB value is (168,47,171). Sum of RGB (Red+Green+Blue) = 168+47+171=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 47 (18.75% from 255 or 12.18% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #A82FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82FAB is #57D054. Grayscale: #606060. Windows color (decimal): -5754965 or 11218856. OLE color: 11218856.
HSL color Cylindrical-coordinate representation of color #A82FAB: hue angle of 298.55º 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 #A82FAB is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 47 | 171 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.33 |
| HSL | 298.55º | 0.57% | 0.43% | - |
| HSV(B) | 298.55º | 0.73% | 0.67% | - |
| XYZ | 24.52 | 13.3 | 39.8 | - |
| YUV | 97.32 | 169.59 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 47 | 171 | 0.02 | 0.73 | 0 | 0.33 | 298.55 | 0.57 | 0.43 |
| Hex | A8 | 2F | AB | 2 | 49 | 0 | 21 | 12B | 39 | 2B |
| Octal | 250 | 57 | 253 | 2 | 111 | 0 | 41 | 453 | 71 | 53 |
| Binary | 10101000 | 101111 | 10101011 | 10 | 1001001 | 0 | 100001 | 100101011 | 111001 | 101011 |
Color Harmonies of #A82FAB
Complementary color
Monochromatic Colors of #A82FAB
Black with #A82FAB
Text Example
Text Example
White with #A82FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82FAB; }
p { color: rgb(168,47,171); }
H1.HeaderClassName
{
color: #A82FAB;
}
.AnyTagClassName
{
color: #A82FAB;
}
</style>
background-color css
<style>
a { background-color: #A82FAB; }
a { background-color: rgb(168,47,171); }
div.DivClassName
{
background-color: #A82FAB;
}
.BgClassName
{
background-color: #A82FAB;
}
</style>
border-color css
<style>
span { border-color: #A82FAB; }
span { border-color: rgb(168,47,171); }
td.TdClassName
{
border-color: #A82FAB;
}
.TagClassName
{
border-color: #A82FAB;
}
</style>