Shades of Dark Violet #A90BCF
Tints of Dark Violet #A90BCF
RGB
CMYK
RGB Variations
Color information
#A90BCF (or 0xA90BCF) is known color: Dark Violet. HEX triplet: A9, 0B and CF. RGB value is (169,11,207). Sum of RGB (Red+Green+Blue) = 169+11+207=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 11 (4.69% from 255 or 2.84% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #A90BCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90BCF is #56F430. Grayscale: #4F4F4F. Windows color (decimal): -5698609 or 13568937. OLE color: 13568937.
HSL color Cylindrical-coordinate representation of color #A90BCF: hue angle of 288.37º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A90BCF is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 11 | 207 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.19 |
| HSL | 288.37º | 0.9% | 0.43% | - |
| HSV(B) | 288.37º | 0.95% | 0.81% | - |
| XYZ | 27.74 | 13.18 | 60.11 | - |
| YUV | 80.59 | 199.35 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 11 | 207 | 0.18 | 0.95 | 0 | 0.19 | 288.37 | 0.9 | 0.43 |
| Hex | A9 | B | CF | 12 | 5F | 0 | 13 | 120 | 5A | 2B |
| Octal | 251 | 13 | 317 | 22 | 137 | 0 | 23 | 440 | 132 | 53 |
| Binary | 10101001 | 1011 | 11001111 | 10010 | 1011111 | 0 | 10011 | 100100000 | 1011010 | 101011 |
Color Harmonies of #A90BCF
Complementary color
Monochromatic Colors of #A90BCF
Black with #A90BCF
Text Example
Text Example
White with #A90BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90BCF; }
p { color: rgb(169,11,207); }
H1.HeaderClassName
{
color: #A90BCF;
}
.AnyTagClassName
{
color: #A90BCF;
}
</style>
background-color css
<style>
a { background-color: #A90BCF; }
a { background-color: rgb(169,11,207); }
div.DivClassName
{
background-color: #A90BCF;
}
.BgClassName
{
background-color: #A90BCF;
}
</style>
border-color css
<style>
span { border-color: #A90BCF; }
span { border-color: rgb(169,11,207); }
td.TdClassName
{
border-color: #A90BCF;
}
.TagClassName
{
border-color: #A90BCF;
}
</style>