Shades of Dark Violet #A305D2
Tints of Dark Violet #A305D2
RGB
CMYK
RGB Variations
Color information
#A305D2 (or 0xA305D2) is known color: Dark Violet. HEX triplet: A3, 05 and D2. RGB value is (163,5,210). Sum of RGB (Red+Green+Blue) = 163+5+210=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 5 (2.34% from 255 or 1.32% from 378); Blue value is 210 (82.42% from 255 or 55.56% from 378); Max value from RGB is 210 - color contains mainly: blue. Hex color #A305D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A305D2 is #5CFA2D. Grayscale: #4A4A4A. Windows color (decimal): -6093358 or 13764003. OLE color: 13764003.
HSL color Cylindrical-coordinate representation of color #A305D2: hue angle of 286.24º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A305D2 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 5 | 210 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.18 |
| HSL | 286.24º | 0.95% | 0.42% | - |
| HSV(B) | 286.24º | 0.98% | 0.82% | - |
| XYZ | 26.79 | 12.55 | 61.98 | - |
| YUV | 75.61 | 203.85 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 5 | 210 | 0.22 | 0.98 | 0 | 0.18 | 286.24 | 0.95 | 0.42 |
| Hex | A3 | 5 | D2 | 16 | 62 | 0 | 12 | 11E | 5F | 2A |
| Octal | 243 | 5 | 322 | 26 | 142 | 0 | 22 | 436 | 137 | 52 |
| Binary | 10100011 | 101 | 11010010 | 10110 | 1100010 | 0 | 10010 | 100011110 | 1011111 | 101010 |
Color Harmonies of #A305D2
Complementary color
Monochromatic Colors of #A305D2
Black with #A305D2
Text Example
Text Example
White with #A305D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A305D2; }
p { color: rgb(163,5,210); }
H1.HeaderClassName
{
color: #A305D2;
}
.AnyTagClassName
{
color: #A305D2;
}
</style>
background-color css
<style>
a { background-color: #A305D2; }
a { background-color: rgb(163,5,210); }
div.DivClassName
{
background-color: #A305D2;
}
.BgClassName
{
background-color: #A305D2;
}
</style>
border-color css
<style>
span { border-color: #A305D2; }
span { border-color: rgb(163,5,210); }
td.TdClassName
{
border-color: #A305D2;
}
.TagClassName
{
border-color: #A305D2;
}
</style>