Shades of Dark Violet #A305E8
Tints of Dark Violet #A305E8
RGB
CMYK
RGB Variations
Color information
#A305E8 (or 0xA305E8) is known color: Dark Violet. HEX triplet: A3, 05 and E8. RGB value is (163,5,232). Sum of RGB (Red+Green+Blue) = 163+5+232=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 5 (2.34% from 255 or 1.25% from 400); Blue value is 232 (91.02% from 255 or 58% from 400); Max value from RGB is 232 - color contains mainly: blue. Hex color #A305E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A305E8 is #5CFA17. Grayscale: #4D4D4D. Windows color (decimal): -6093336 or 15205795. OLE color: 15205795.
HSL color Cylindrical-coordinate representation of color #A305E8: hue angle of 281.76º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A305E8 is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 5 | 232 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.09 |
| HSL | 281.76º | 0.96% | 0.46% | - |
| HSV(B) | 281.76º | 0.98% | 0.91% | - |
| XYZ | 29.72 | 13.72 | 77.43 | - |
| YUV | 78.12 | 214.85 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 5 | 232 | 0.30 | 0.98 | 0 | 0.09 | 281.76 | 0.96 | 0.46 |
| Hex | A3 | 5 | E8 | 1E | 62 | 0 | 9 | 11A | 60 | 2E |
| Octal | 243 | 5 | 350 | 36 | 142 | 0 | 11 | 432 | 140 | 56 |
| Binary | 10100011 | 101 | 11101000 | 11110 | 1100010 | 0 | 1001 | 100011010 | 1100000 | 101110 |
Color Harmonies of #A305E8
Complementary color
Monochromatic Colors of #A305E8
Black with #A305E8
Text Example
Text Example
White with #A305E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A305E8; }
p { color: rgb(163,5,232); }
H1.HeaderClassName
{
color: #A305E8;
}
.AnyTagClassName
{
color: #A305E8;
}
</style>
background-color css
<style>
a { background-color: #A305E8; }
a { background-color: rgb(163,5,232); }
div.DivClassName
{
background-color: #A305E8;
}
.BgClassName
{
background-color: #A305E8;
}
</style>
border-color css
<style>
span { border-color: #A305E8; }
span { border-color: rgb(163,5,232); }
td.TdClassName
{
border-color: #A305E8;
}
.TagClassName
{
border-color: #A305E8;
}
</style>