Shades of Dark Violet #A305E5
Tints of Dark Violet #A305E5
RGB
CMYK
RGB Variations
Color information
#A305E5 (or 0xA305E5) is known color: Dark Violet. HEX triplet: A3, 05 and E5. RGB value is (163,5,229). Sum of RGB (Red+Green+Blue) = 163+5+229=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 5 (2.34% from 255 or 1.26% from 397); Blue value is 229 (89.84% from 255 or 57.68% from 397); Max value from RGB is 229 - color contains mainly: blue. Hex color #A305E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A305E5 is #5CFA1A. Grayscale: #4D4D4D. Windows color (decimal): -6093339 or 15009187. OLE color: 15009187.
HSL color Cylindrical-coordinate representation of color #A305E5: hue angle of 282.32º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A305E5 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 5 | 229 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.10 |
| HSL | 282.32º | 0.96% | 0.46% | - |
| HSV(B) | 282.32º | 0.98% | 0.9% | - |
| XYZ | 29.3 | 13.55 | 75.2 | - |
| YUV | 77.78 | 213.35 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 5 | 229 | 0.29 | 0.98 | 0 | 0.10 | 282.32 | 0.96 | 0.46 |
| Hex | A3 | 5 | E5 | 1D | 62 | 0 | A | 11A | 60 | 2E |
| Octal | 243 | 5 | 345 | 35 | 142 | 0 | 12 | 432 | 140 | 56 |
| Binary | 10100011 | 101 | 11100101 | 11101 | 1100010 | 0 | 1010 | 100011010 | 1100000 | 101110 |
Color Harmonies of #A305E5
Complementary color
Monochromatic Colors of #A305E5
Black with #A305E5
Text Example
Text Example
White with #A305E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A305E5; }
p { color: rgb(163,5,229); }
H1.HeaderClassName
{
color: #A305E5;
}
.AnyTagClassName
{
color: #A305E5;
}
</style>
background-color css
<style>
a { background-color: #A305E5; }
a { background-color: rgb(163,5,229); }
div.DivClassName
{
background-color: #A305E5;
}
.BgClassName
{
background-color: #A305E5;
}
</style>
border-color css
<style>
span { border-color: #A305E5; }
span { border-color: rgb(163,5,229); }
td.TdClassName
{
border-color: #A305E5;
}
.TagClassName
{
border-color: #A305E5;
}
</style>