Shades of Dark Orchid #A81EC4
Tints of Dark Orchid #A81EC4
RGB
CMYK
RGB Variations
Color information
#A81EC4 (or 0xA81EC4) is known color: Dark Orchid. HEX triplet: A8, 1E and C4. RGB value is (168,30,196). Sum of RGB (Red+Green+Blue) = 168+30+196=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 30 (12.11% from 255 or 7.61% from 394); Blue value is 196 (76.95% from 255 or 49.75% from 394); Max value from RGB is 196 - color contains mainly: blue. Hex color #A81EC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81EC4 is #57E13B. Grayscale: #595959. Windows color (decimal): -5759292 or 12852904. OLE color: 12852904.
HSL color Cylindrical-coordinate representation of color #A81EC4: hue angle of 289.88º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A81EC4 is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 30 | 196 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.23 |
| HSL | 289.88º | 0.73% | 0.44% | - |
| HSV(B) | 289.88º | 0.85% | 0.77% | - |
| XYZ | 26.58 | 13.24 | 53.38 | - |
| YUV | 90.19 | 187.72 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 30 | 196 | 0.14 | 0.85 | 0 | 0.23 | 289.88 | 0.73 | 0.44 |
| Hex | A8 | 1E | C4 | E | 55 | 0 | 17 | 122 | 49 | 2C |
| Octal | 250 | 36 | 304 | 16 | 125 | 0 | 27 | 442 | 111 | 54 |
| Binary | 10101000 | 11110 | 11000100 | 1110 | 1010101 | 0 | 10111 | 100100010 | 1001001 | 101100 |
Color Harmonies of #A81EC4
Complementary color
Monochromatic Colors of #A81EC4
Black with #A81EC4
Text Example
Text Example
White with #A81EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81EC4; }
p { color: rgb(168,30,196); }
H1.HeaderClassName
{
color: #A81EC4;
}
.AnyTagClassName
{
color: #A81EC4;
}
</style>
background-color css
<style>
a { background-color: #A81EC4; }
a { background-color: rgb(168,30,196); }
div.DivClassName
{
background-color: #A81EC4;
}
.BgClassName
{
background-color: #A81EC4;
}
</style>
border-color css
<style>
span { border-color: #A81EC4; }
span { border-color: rgb(168,30,196); }
td.TdClassName
{
border-color: #A81EC4;
}
.TagClassName
{
border-color: #A81EC4;
}
</style>