Shades of Blue Violet #A243F2
Tints of Blue Violet #A243F2
RGB
CMYK
RGB Variations
Color information
#A243F2 (or 0xA243F2) is known color: Blue Violet. HEX triplet: A2, 43 and F2. RGB value is (162,67,242). Sum of RGB (Red+Green+Blue) = 162+67+242=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 67 (26.56% from 255 or 14.23% from 471); Blue value is 242 (94.92% from 255 or 51.38% from 471); Max value from RGB is 242 - color contains mainly: blue. Hex color #A243F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A243F2 is #5DBC0D. Grayscale: #727272. Windows color (decimal): -6142990 or 15877026. OLE color: 15877026.
HSL color Cylindrical-coordinate representation of color #A243F2: hue angle of 272.57º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A243F2 is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 67 | 242 | - |
| CMYK | 0.33 | 0.72 | 0 | 0.05 |
| HSL | 272.57º | 0.87% | 0.61% | - |
| HSV(B) | 272.57º | 0.72% | 0.95% | - |
| XYZ | 32.93 | 18.11 | 85.76 | - |
| YUV | 115.36 | 199.47 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 67 | 242 | 0.33 | 0.72 | 0 | 0.05 | 272.57 | 0.87 | 0.61 |
| Hex | A2 | 43 | F2 | 21 | 48 | 0 | 5 | 111 | 57 | 3D |
| Octal | 242 | 103 | 362 | 41 | 110 | 0 | 5 | 421 | 127 | 75 |
| Binary | 10100010 | 1000011 | 11110010 | 100001 | 1001000 | 0 | 101 | 100010001 | 1010111 | 111101 |
Color Harmonies of #A243F2
Complementary color
Monochromatic Colors of #A243F2
Black with #A243F2
Text Example
Text Example
White with #A243F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A243F2; }
p { color: rgb(162,67,242); }
H1.HeaderClassName
{
color: #A243F2;
}
.AnyTagClassName
{
color: #A243F2;
}
</style>
background-color css
<style>
a { background-color: #A243F2; }
a { background-color: rgb(162,67,242); }
div.DivClassName
{
background-color: #A243F2;
}
.BgClassName
{
background-color: #A243F2;
}
</style>
border-color css
<style>
span { border-color: #A243F2; }
span { border-color: rgb(162,67,242); }
td.TdClassName
{
border-color: #A243F2;
}
.TagClassName
{
border-color: #A243F2;
}
</style>