Shades of Dark Violet #A105CC
Tints of Dark Violet #A105CC
RGB
CMYK
RGB Variations
Color information
#A105CC (or 0xA105CC) is known color: Dark Violet. HEX triplet: A1, 05 and CC. RGB value is (161,5,204). Sum of RGB (Red+Green+Blue) = 161+5+204=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 5 (2.34% from 255 or 1.35% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #A105CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A105CC is #5EFA33. Grayscale: #494949. Windows color (decimal): -6224436 or 13370785. OLE color: 13370785.
HSL color Cylindrical-coordinate representation of color #A105CC: hue angle of 287.04º 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 #A105CC is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 5 | 204 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.2 |
| HSL | 287.04º | 0.95% | 0.41% | - |
| HSV(B) | 287.04º | 0.98% | 0.8% | - |
| XYZ | 25.65 | 12.05 | 58.1 | - |
| YUV | 74.33 | 201.18 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 5 | 204 | 0.21 | 0.98 | 0 | 0.2 | 287.04 | 0.95 | 0.41 |
| Hex | A1 | 5 | CC | 15 | 62 | 0 | 14 | 11F | 5F | 29 |
| Octal | 241 | 5 | 314 | 25 | 142 | 0 | 24 | 437 | 137 | 51 |
| Binary | 10100001 | 101 | 11001100 | 10101 | 1100010 | 0 | 10100 | 100011111 | 1011111 | 101001 |
Color Harmonies of #A105CC
Complementary color
Monochromatic Colors of #A105CC
Black with #A105CC
Text Example
Text Example
White with #A105CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A105CC; }
p { color: rgb(161,5,204); }
H1.HeaderClassName
{
color: #A105CC;
}
.AnyTagClassName
{
color: #A105CC;
}
</style>
background-color css
<style>
a { background-color: #A105CC; }
a { background-color: rgb(161,5,204); }
div.DivClassName
{
background-color: #A105CC;
}
.BgClassName
{
background-color: #A105CC;
}
</style>
border-color css
<style>
span { border-color: #A105CC; }
span { border-color: rgb(161,5,204); }
td.TdClassName
{
border-color: #A105CC;
}
.TagClassName
{
border-color: #A105CC;
}
</style>