Shades of Dark Violet #A309C4
Tints of Dark Violet #A309C4
RGB
CMYK
RGB Variations
Color information
#A309C4 (or 0xA309C4) is known color: Dark Violet. HEX triplet: A3, 09 and C4. RGB value is (163,9,196). Sum of RGB (Red+Green+Blue) = 163+9+196=368 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.29% from 368); Green value is 9 (3.91% from 255 or 2.45% from 368); Blue value is 196 (76.95% from 255 or 53.26% from 368); Max value from RGB is 196 - color contains mainly: blue. Hex color #A309C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A309C4 is #5CF63B. Grayscale: #4B4B4B. Windows color (decimal): -6092348 or 12847523. OLE color: 12847523.
HSL color Cylindrical-coordinate representation of color #A309C4: hue angle of 289.41º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A309C4 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 9 | 196 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.23 |
| HSL | 289.41º | 0.91% | 0.4% | - |
| HSV(B) | 289.41º | 0.95% | 0.77% | - |
| XYZ | 25.17 | 11.97 | 53.21 | - |
| YUV | 76.36 | 195.52 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 9 | 196 | 0.17 | 0.95 | 0 | 0.23 | 289.41 | 0.91 | 0.4 |
| Hex | A3 | 9 | C4 | 11 | 5F | 0 | 17 | 121 | 5B | 28 |
| Octal | 243 | 11 | 304 | 21 | 137 | 0 | 27 | 441 | 133 | 50 |
| Binary | 10100011 | 1001 | 11000100 | 10001 | 1011111 | 0 | 10111 | 100100001 | 1011011 | 101000 |
Color Harmonies of #A309C4
Complementary color
Monochromatic Colors of #A309C4
Black with #A309C4
Text Example
Text Example
White with #A309C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A309C4; }
p { color: rgb(163,9,196); }
H1.HeaderClassName
{
color: #A309C4;
}
.AnyTagClassName
{
color: #A309C4;
}
</style>
background-color css
<style>
a { background-color: #A309C4; }
a { background-color: rgb(163,9,196); }
div.DivClassName
{
background-color: #A309C4;
}
.BgClassName
{
background-color: #A309C4;
}
</style>
border-color css
<style>
span { border-color: #A309C4; }
span { border-color: rgb(163,9,196); }
td.TdClassName
{
border-color: #A309C4;
}
.TagClassName
{
border-color: #A309C4;
}
</style>