Shades of Dark Violet #A102DA
Tints of Dark Violet #A102DA
RGB
CMYK
RGB Variations
Color information
#A102DA (or 0xA102DA) is known color: Dark Violet. HEX triplet: A1, 02 and DA. RGB value is (161,2,218). Sum of RGB (Red+Green+Blue) = 161+2+218=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 2 (1.17% from 255 or 0.52% from 381); Blue value is 218 (85.55% from 255 or 57.22% from 381); Max value from RGB is 218 - color contains mainly: blue. Hex color #A102DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A102DA is #5EFD25. Grayscale: #494949. Windows color (decimal): -6225190 or 14287521. OLE color: 14287521.
HSL color Cylindrical-coordinate representation of color #A102DA: hue angle of 284.17º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A102DA is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 2 | 218 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.15 |
| HSL | 284.17º | 0.98% | 0.43% | - |
| HSV(B) | 284.17º | 0.99% | 0.85% | - |
| XYZ | 27.37 | 12.68 | 67.33 | - |
| YUV | 74.17 | 209.18 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 2 | 218 | 0.26 | 0.99 | 0 | 0.15 | 284.17 | 0.98 | 0.43 |
| Hex | A1 | 2 | DA | 1A | 63 | 0 | F | 11C | 62 | 2B |
| Octal | 241 | 2 | 332 | 32 | 143 | 0 | 17 | 434 | 142 | 53 |
| Binary | 10100001 | 10 | 11011010 | 11010 | 1100011 | 0 | 1111 | 100011100 | 1100010 | 101011 |
Color Harmonies of #A102DA
Complementary color
Monochromatic Colors of #A102DA
Black with #A102DA
Text Example
Text Example
White with #A102DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A102DA; }
p { color: rgb(161,2,218); }
H1.HeaderClassName
{
color: #A102DA;
}
.AnyTagClassName
{
color: #A102DA;
}
</style>
background-color css
<style>
a { background-color: #A102DA; }
a { background-color: rgb(161,2,218); }
div.DivClassName
{
background-color: #A102DA;
}
.BgClassName
{
background-color: #A102DA;
}
</style>
border-color css
<style>
span { border-color: #A102DA; }
span { border-color: rgb(161,2,218); }
td.TdClassName
{
border-color: #A102DA;
}
.TagClassName
{
border-color: #A102DA;
}
</style>