Shades of Dark Violet #A305AF
Tints of Dark Violet #A305AF
RGB
CMYK
RGB Variations
Color information
#A305AF (or 0xA305AF) is known color: Dark Violet. HEX triplet: A3, 05 and AF. RGB value is (163,5,175). Sum of RGB (Red+Green+Blue) = 163+5+175=343 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.52% from 343); Green value is 5 (2.34% from 255 or 1.46% from 343); Blue value is 175 (68.75% from 255 or 51.02% from 343); Max value from RGB is 175 - color contains mainly: blue. Hex color #A305AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A305AF is #5CFA50. Grayscale: #474747. Windows color (decimal): -6093393 or 11470243. OLE color: 11470243.
HSL color Cylindrical-coordinate representation of color #A305AF: hue angle of 295.76º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A305AF is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 5 | 175 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.31 |
| HSL | 295.76º | 0.94% | 0.35% | - |
| HSV(B) | 295.76º | 0.97% | 0.69% | - |
| XYZ | 22.9 | 10.99 | 41.47 | - |
| YUV | 71.62 | 186.35 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 5 | 175 | 0.07 | 0.97 | 0 | 0.31 | 295.76 | 0.94 | 0.35 |
| Hex | A3 | 5 | AF | 7 | 61 | 0 | 1F | 128 | 5E | 23 |
| Octal | 243 | 5 | 257 | 7 | 141 | 0 | 37 | 450 | 136 | 43 |
| Binary | 10100011 | 101 | 10101111 | 111 | 1100001 | 0 | 11111 | 100101000 | 1011110 | 100011 |
Color Harmonies of #A305AF
Complementary color
Monochromatic Colors of #A305AF
Black with #A305AF
Text Example
Text Example
White with #A305AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A305AF; }
p { color: rgb(163,5,175); }
H1.HeaderClassName
{
color: #A305AF;
}
.AnyTagClassName
{
color: #A305AF;
}
</style>
background-color css
<style>
a { background-color: #A305AF; }
a { background-color: rgb(163,5,175); }
div.DivClassName
{
background-color: #A305AF;
}
.BgClassName
{
background-color: #A305AF;
}
</style>
border-color css
<style>
span { border-color: #A305AF; }
span { border-color: rgb(163,5,175); }
td.TdClassName
{
border-color: #A305AF;
}
.TagClassName
{
border-color: #A305AF;
}
</style>