Shades of Dark Violet #A409AF
Tints of Dark Violet #A409AF
RGB
CMYK
RGB Variations
Color information
#A409AF (or 0xA409AF) is known color: Dark Violet. HEX triplet: A4, 09 and AF. RGB value is (164,9,175). Sum of RGB (Red+Green+Blue) = 164+9+175=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 9 (3.91% from 255 or 2.59% from 348); Blue value is 175 (68.75% from 255 or 50.29% from 348); Max value from RGB is 175 - color contains mainly: blue. Hex color #A409AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A409AF is #5BF650. Grayscale: #494949. Windows color (decimal): -6026833 or 11471268. OLE color: 11471268.
HSL color Cylindrical-coordinate representation of color #A409AF: hue angle of 296.02º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A409AF is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 9 | 175 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.31 |
| HSL | 296.02º | 0.9% | 0.36% | - |
| HSV(B) | 296.02º | 0.95% | 0.69% | - |
| XYZ | 23.15 | 11.18 | 41.5 | - |
| YUV | 74.27 | 184.85 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 9 | 175 | 0.06 | 0.95 | 0 | 0.31 | 296.02 | 0.9 | 0.36 |
| Hex | A4 | 9 | AF | 6 | 5F | 0 | 1F | 128 | 5A | 24 |
| Octal | 244 | 11 | 257 | 6 | 137 | 0 | 37 | 450 | 132 | 44 |
| Binary | 10100100 | 1001 | 10101111 | 110 | 1011111 | 0 | 11111 | 100101000 | 1011010 | 100100 |
Color Harmonies of #A409AF
Complementary color
Monochromatic Colors of #A409AF
Black with #A409AF
Text Example
Text Example
White with #A409AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A409AF; }
p { color: rgb(164,9,175); }
H1.HeaderClassName
{
color: #A409AF;
}
.AnyTagClassName
{
color: #A409AF;
}
</style>
background-color css
<style>
a { background-color: #A409AF; }
a { background-color: rgb(164,9,175); }
div.DivClassName
{
background-color: #A409AF;
}
.BgClassName
{
background-color: #A409AF;
}
</style>
border-color css
<style>
span { border-color: #A409AF; }
span { border-color: rgb(164,9,175); }
td.TdClassName
{
border-color: #A409AF;
}
.TagClassName
{
border-color: #A409AF;
}
</style>