Shades of Dark Violet #A309B8
Tints of Dark Violet #A309B8
RGB
CMYK
RGB Variations
Color information
#A309B8 (or 0xA309B8) is known color: Dark Violet. HEX triplet: A3, 09 and B8. RGB value is (163,9,184). Sum of RGB (Red+Green+Blue) = 163+9+184=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 184 (72.27% from 255 or 51.69% from 356); Max value from RGB is 184 - color contains mainly: blue. Hex color #A309B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A309B8 is #5CF647. Grayscale: #4A4A4A. Windows color (decimal): -6092360 or 12061091. OLE color: 12061091.
HSL color Cylindrical-coordinate representation of color #A309B8: hue angle of 292.8º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A309B8 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 9 | 184 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.28 |
| HSL | 292.8º | 0.91% | 0.38% | - |
| HSV(B) | 292.8º | 0.95% | 0.72% | - |
| XYZ | 23.85 | 11.44 | 46.3 | - |
| YUV | 75 | 189.52 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 9 | 184 | 0.11 | 0.95 | 0 | 0.28 | 292.8 | 0.91 | 0.38 |
| Hex | A3 | 9 | B8 | B | 5F | 0 | 1C | 125 | 5B | 26 |
| Octal | 243 | 11 | 270 | 13 | 137 | 0 | 34 | 445 | 133 | 46 |
| Binary | 10100011 | 1001 | 10111000 | 1011 | 1011111 | 0 | 11100 | 100100101 | 1011011 | 100110 |
Color Harmonies of #A309B8
Complementary color
Monochromatic Colors of #A309B8
Black with #A309B8
Text Example
Text Example
White with #A309B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A309B8; }
p { color: rgb(163,9,184); }
H1.HeaderClassName
{
color: #A309B8;
}
.AnyTagClassName
{
color: #A309B8;
}
</style>
background-color css
<style>
a { background-color: #A309B8; }
a { background-color: rgb(163,9,184); }
div.DivClassName
{
background-color: #A309B8;
}
.BgClassName
{
background-color: #A309B8;
}
</style>
border-color css
<style>
span { border-color: #A309B8; }
span { border-color: rgb(163,9,184); }
td.TdClassName
{
border-color: #A309B8;
}
.TagClassName
{
border-color: #A309B8;
}
</style>