Shades of Dark Violet #A305CC
Tints of Dark Violet #A305CC
RGB
CMYK
RGB Variations
Color information
#A305CC (or 0xA305CC) is known color: Dark Violet. HEX triplet: A3, 05 and CC. RGB value is (163,5,204). Sum of RGB (Red+Green+Blue) = 163+5+204=372 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.82% from 372); Green value is 5 (2.34% from 255 or 1.34% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #A305CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A305CC is #5CFA33. Grayscale: #4A4A4A. Windows color (decimal): -6093364 or 13370787. OLE color: 13370787.
HSL color Cylindrical-coordinate representation of color #A305CC: hue angle of 287.64º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A305CC is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 5 | 204 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.2 |
| HSL | 287.64º | 0.95% | 0.41% | - |
| HSV(B) | 287.64º | 0.98% | 0.8% | - |
| XYZ | 26.06 | 12.25 | 58.12 | - |
| YUV | 74.93 | 200.85 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 5 | 204 | 0.20 | 0.98 | 0 | 0.2 | 287.64 | 0.95 | 0.41 |
| Hex | A3 | 5 | CC | 14 | 62 | 0 | 14 | 120 | 5F | 29 |
| Octal | 243 | 5 | 314 | 24 | 142 | 0 | 24 | 440 | 137 | 51 |
| Binary | 10100011 | 101 | 11001100 | 10100 | 1100010 | 0 | 10100 | 100100000 | 1011111 | 101001 |
Color Harmonies of #A305CC
Complementary color
Monochromatic Colors of #A305CC
Black with #A305CC
Text Example
Text Example
White with #A305CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A305CC; }
p { color: rgb(163,5,204); }
H1.HeaderClassName
{
color: #A305CC;
}
.AnyTagClassName
{
color: #A305CC;
}
</style>
background-color css
<style>
a { background-color: #A305CC; }
a { background-color: rgb(163,5,204); }
div.DivClassName
{
background-color: #A305CC;
}
.BgClassName
{
background-color: #A305CC;
}
</style>
border-color css
<style>
span { border-color: #A305CC; }
span { border-color: rgb(163,5,204); }
td.TdClassName
{
border-color: #A305CC;
}
.TagClassName
{
border-color: #A305CC;
}
</style>