Shades of Dark Orchid #A81DB2
Tints of Dark Orchid #A81DB2
RGB
CMYK
RGB Variations
Color information
#A81DB2 (or 0xA81DB2) is known color: Dark Orchid. HEX triplet: A8, 1D and B2. RGB value is (168,29,178). Sum of RGB (Red+Green+Blue) = 168+29+178=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 29 (11.72% from 255 or 7.73% from 375); Blue value is 178 (69.92% from 255 or 47.47% from 375); Max value from RGB is 178 - color contains mainly: blue. Hex color #A81DB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81DB2 is #57E24D. Grayscale: #575757. Windows color (decimal): -5759566 or 11673000. OLE color: 11673000.
HSL color Cylindrical-coordinate representation of color #A81DB2: hue angle of 295.97º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A81DB2 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 29 | 178 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.30 |
| HSL | 295.97º | 0.72% | 0.41% | - |
| HSV(B) | 295.97º | 0.84% | 0.7% | - |
| XYZ | 24.62 | 12.42 | 43.22 | - |
| YUV | 87.55 | 179.05 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 29 | 178 | 0.06 | 0.84 | 0 | 0.30 | 295.97 | 0.72 | 0.41 |
| Hex | A8 | 1D | B2 | 6 | 54 | 0 | 1E | 128 | 48 | 29 |
| Octal | 250 | 35 | 262 | 6 | 124 | 0 | 36 | 450 | 110 | 51 |
| Binary | 10101000 | 11101 | 10110010 | 110 | 1010100 | 0 | 11110 | 100101000 | 1001000 | 101001 |
Color Harmonies of #A81DB2
Complementary color
Monochromatic Colors of #A81DB2
Black with #A81DB2
Text Example
Text Example
White with #A81DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81DB2; }
p { color: rgb(168,29,178); }
H1.HeaderClassName
{
color: #A81DB2;
}
.AnyTagClassName
{
color: #A81DB2;
}
</style>
background-color css
<style>
a { background-color: #A81DB2; }
a { background-color: rgb(168,29,178); }
div.DivClassName
{
background-color: #A81DB2;
}
.BgClassName
{
background-color: #A81DB2;
}
</style>
border-color css
<style>
span { border-color: #A81DB2; }
span { border-color: rgb(168,29,178); }
td.TdClassName
{
border-color: #A81DB2;
}
.TagClassName
{
border-color: #A81DB2;
}
</style>