Shades of Dark Violet #A90FCB
Tints of Dark Violet #A90FCB
RGB
CMYK
RGB Variations
Color information
#A90FCB (or 0xA90FCB) is known color: Dark Violet. HEX triplet: A9, 0F and CB. RGB value is (169,15,203). Sum of RGB (Red+Green+Blue) = 169+15+203=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 15 (6.25% from 255 or 3.88% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #A90FCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90FCB is #56F034. Grayscale: #515151. Windows color (decimal): -5697589 or 13307817. OLE color: 13307817.
HSL color Cylindrical-coordinate representation of color #A90FCB: hue angle of 289.15º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A90FCB is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 15 | 203 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.20 |
| HSL | 289.15º | 0.86% | 0.43% | - |
| HSV(B) | 289.15º | 0.93% | 0.8% | - |
| XYZ | 27.31 | 13.09 | 57.59 | - |
| YUV | 82.48 | 196.02 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 15 | 203 | 0.17 | 0.93 | 0 | 0.20 | 289.15 | 0.86 | 0.43 |
| Hex | A9 | F | CB | 11 | 5D | 0 | 14 | 121 | 56 | 2B |
| Octal | 251 | 17 | 313 | 21 | 135 | 0 | 24 | 441 | 126 | 53 |
| Binary | 10101001 | 1111 | 11001011 | 10001 | 1011101 | 0 | 10100 | 100100001 | 1010110 | 101011 |
Color Harmonies of #A90FCB
Complementary color
Monochromatic Colors of #A90FCB
Black with #A90FCB
Text Example
Text Example
White with #A90FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90FCB; }
p { color: rgb(169,15,203); }
H1.HeaderClassName
{
color: #A90FCB;
}
.AnyTagClassName
{
color: #A90FCB;
}
</style>
background-color css
<style>
a { background-color: #A90FCB; }
a { background-color: rgb(169,15,203); }
div.DivClassName
{
background-color: #A90FCB;
}
.BgClassName
{
background-color: #A90FCB;
}
</style>
border-color css
<style>
span { border-color: #A90FCB; }
span { border-color: rgb(169,15,203); }
td.TdClassName
{
border-color: #A90FCB;
}
.TagClassName
{
border-color: #A90FCB;
}
</style>