Shades of Dark Orchid #A91FB2
Tints of Dark Orchid #A91FB2
RGB
CMYK
RGB Variations
Color information
#A91FB2 (or 0xA91FB2) is known color: Dark Orchid. HEX triplet: A9, 1F and B2. RGB value is (169,31,178). Sum of RGB (Red+Green+Blue) = 169+31+178=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 31 (12.5% from 255 or 8.20% from 378); Blue value is 178 (69.92% from 255 or 47.09% from 378); Max value from RGB is 178 - color contains mainly: blue. Hex color #A91FB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91FB2 is #56E04D. Grayscale: #585858. Windows color (decimal): -5693518 or 11673513. OLE color: 11673513.
HSL color Cylindrical-coordinate representation of color #A91FB2: hue angle of 296.33º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A91FB2 is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 31 | 178 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.30 |
| HSL | 296.33º | 0.7% | 0.41% | - |
| HSV(B) | 296.33º | 0.83% | 0.7% | - |
| XYZ | 24.89 | 12.63 | 43.25 | - |
| YUV | 89.02 | 178.22 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 31 | 178 | 0.05 | 0.83 | 0 | 0.30 | 296.33 | 0.7 | 0.41 |
| Hex | A9 | 1F | B2 | 5 | 53 | 0 | 1E | 128 | 46 | 29 |
| Octal | 251 | 37 | 262 | 5 | 123 | 0 | 36 | 450 | 106 | 51 |
| Binary | 10101001 | 11111 | 10110010 | 101 | 1010011 | 0 | 11110 | 100101000 | 1000110 | 101001 |
Color Harmonies of #A91FB2
Complementary color
Monochromatic Colors of #A91FB2
Black with #A91FB2
Text Example
Text Example
White with #A91FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91FB2; }
p { color: rgb(169,31,178); }
H1.HeaderClassName
{
color: #A91FB2;
}
.AnyTagClassName
{
color: #A91FB2;
}
</style>
background-color css
<style>
a { background-color: #A91FB2; }
a { background-color: rgb(169,31,178); }
div.DivClassName
{
background-color: #A91FB2;
}
.BgClassName
{
background-color: #A91FB2;
}
</style>
border-color css
<style>
span { border-color: #A91FB2; }
span { border-color: rgb(169,31,178); }
td.TdClassName
{
border-color: #A91FB2;
}
.TagClassName
{
border-color: #A91FB2;
}
</style>