Shades of Dark Orchid #A915B2
Tints of Dark Orchid #A915B2
RGB
CMYK
RGB Variations
Color information
#A915B2 (or 0xA915B2) is known color: Dark Orchid. HEX triplet: A9, 15 and B2. RGB value is (169,21,178). Sum of RGB (Red+Green+Blue) = 169+21+178=368 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.92% from 368); Green value is 21 (8.59% from 255 or 5.71% from 368); Blue value is 178 (69.92% from 255 or 48.37% from 368); Max value from RGB is 178 - color contains mainly: blue. Hex color #A915B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A915B2 is #56EA4D. Grayscale: #525252. Windows color (decimal): -5696078 or 11670953. OLE color: 11670953.
HSL color Cylindrical-coordinate representation of color #A915B2: hue angle of 296.56º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A915B2 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 21 | 178 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.30 |
| HSL | 296.56º | 0.79% | 0.39% | - |
| HSV(B) | 296.56º | 0.88% | 0.7% | - |
| XYZ | 24.67 | 12.19 | 43.17 | - |
| YUV | 83.15 | 181.53 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 21 | 178 | 0.05 | 0.88 | 0 | 0.30 | 296.56 | 0.79 | 0.39 |
| Hex | A9 | 15 | B2 | 5 | 58 | 0 | 1E | 129 | 4F | 27 |
| Octal | 251 | 25 | 262 | 5 | 130 | 0 | 36 | 451 | 117 | 47 |
| Binary | 10101001 | 10101 | 10110010 | 101 | 1011000 | 0 | 11110 | 100101001 | 1001111 | 100111 |
Color Harmonies of #A915B2
Complementary color
Monochromatic Colors of #A915B2
Black with #A915B2
Text Example
Text Example
White with #A915B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A915B2; }
p { color: rgb(169,21,178); }
H1.HeaderClassName
{
color: #A915B2;
}
.AnyTagClassName
{
color: #A915B2;
}
</style>
background-color css
<style>
a { background-color: #A915B2; }
a { background-color: rgb(169,21,178); }
div.DivClassName
{
background-color: #A915B2;
}
.BgClassName
{
background-color: #A915B2;
}
</style>
border-color css
<style>
span { border-color: #A915B2; }
span { border-color: rgb(169,21,178); }
td.TdClassName
{
border-color: #A915B2;
}
.TagClassName
{
border-color: #A915B2;
}
</style>