Shades of Dark Orchid #A81CDA
Tints of Dark Orchid #A81CDA
RGB
CMYK
RGB Variations
Color information
#A81CDA (or 0xA81CDA) is known color: Dark Orchid. HEX triplet: A8, 1C and DA. RGB value is (168,28,218). Sum of RGB (Red+Green+Blue) = 168+28+218=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 28 (11.33% from 255 or 6.76% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #A81CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81CDA is #57E325. Grayscale: #5A5A5A. Windows color (decimal): -5759782 or 14294184. OLE color: 14294184.
HSL color Cylindrical-coordinate representation of color #A81CDA: hue angle of 284.21º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A81CDA is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 28 | 218 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.15 |
| HSL | 284.21º | 0.77% | 0.48% | - |
| HSV(B) | 284.21º | 0.87% | 0.85% | - |
| XYZ | 29.22 | 14.22 | 67.53 | - |
| YUV | 91.52 | 199.38 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 28 | 218 | 0.23 | 0.87 | 0 | 0.15 | 284.21 | 0.77 | 0.48 |
| Hex | A8 | 1C | DA | 17 | 57 | 0 | F | 11C | 4D | 30 |
| Octal | 250 | 34 | 332 | 27 | 127 | 0 | 17 | 434 | 115 | 60 |
| Binary | 10101000 | 11100 | 11011010 | 10111 | 1010111 | 0 | 1111 | 100011100 | 1001101 | 110000 |
Color Harmonies of #A81CDA
Complementary color
Monochromatic Colors of #A81CDA
Black with #A81CDA
Text Example
Text Example
White with #A81CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81CDA; }
p { color: rgb(168,28,218); }
H1.HeaderClassName
{
color: #A81CDA;
}
.AnyTagClassName
{
color: #A81CDA;
}
</style>
background-color css
<style>
a { background-color: #A81CDA; }
a { background-color: rgb(168,28,218); }
div.DivClassName
{
background-color: #A81CDA;
}
.BgClassName
{
background-color: #A81CDA;
}
</style>
border-color css
<style>
span { border-color: #A81CDA; }
span { border-color: rgb(168,28,218); }
td.TdClassName
{
border-color: #A81CDA;
}
.TagClassName
{
border-color: #A81CDA;
}
</style>