Shades of Dark Violet #A90DB4
Tints of Dark Violet #A90DB4
RGB
CMYK
RGB Variations
Color information
#A90DB4 (or 0xA90DB4) is known color: Dark Violet. HEX triplet: A9, 0D and B4. RGB value is (169,13,180). Sum of RGB (Red+Green+Blue) = 169+13+180=362 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.69% from 362); Green value is 13 (5.47% from 255 or 3.59% from 362); Blue value is 180 (70.70% from 255 or 49.72% from 362); Max value from RGB is 180 - color contains mainly: blue. Hex color #A90DB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90DB4 is #56F24B. Grayscale: #4E4E4E. Windows color (decimal): -5698124 or 11799977. OLE color: 11799977.
HSL color Cylindrical-coordinate representation of color #A90DB4: hue angle of 296.05º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A90DB4 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 13 | 180 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.29 |
| HSL | 296.05º | 0.87% | 0.38% | - |
| HSV(B) | 296.05º | 0.93% | 0.71% | - |
| XYZ | 24.74 | 12.02 | 44.2 | - |
| YUV | 78.68 | 185.18 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 13 | 180 | 0.06 | 0.93 | 0 | 0.29 | 296.05 | 0.87 | 0.38 |
| Hex | A9 | D | B4 | 6 | 5D | 0 | 1D | 128 | 57 | 26 |
| Octal | 251 | 15 | 264 | 6 | 135 | 0 | 35 | 450 | 127 | 46 |
| Binary | 10101001 | 1101 | 10110100 | 110 | 1011101 | 0 | 11101 | 100101000 | 1010111 | 100110 |
Color Harmonies of #A90DB4
Complementary color
Monochromatic Colors of #A90DB4
Black with #A90DB4
Text Example
Text Example
White with #A90DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90DB4; }
p { color: rgb(169,13,180); }
H1.HeaderClassName
{
color: #A90DB4;
}
.AnyTagClassName
{
color: #A90DB4;
}
</style>
background-color css
<style>
a { background-color: #A90DB4; }
a { background-color: rgb(169,13,180); }
div.DivClassName
{
background-color: #A90DB4;
}
.BgClassName
{
background-color: #A90DB4;
}
</style>
border-color css
<style>
span { border-color: #A90DB4; }
span { border-color: rgb(169,13,180); }
td.TdClassName
{
border-color: #A90DB4;
}
.TagClassName
{
border-color: #A90DB4;
}
</style>