Shades of Blue Violet #A242FF
Tints of Blue Violet #A242FF
RGB
CMYK
RGB Variations
Color information
#A242FF (or 0xA242FF) is known color: Blue Violet. HEX triplet: A2, 42 and FF. RGB value is (162,66,255). Sum of RGB (Red+Green+Blue) = 162+66+255=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 66 (26.17% from 255 or 13.66% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #A242FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A242FF is #5DBD00. Grayscale: #737373. Windows color (decimal): -6143233 or 16728738. OLE color: 16728738.
HSL color Cylindrical-coordinate representation of color #A242FF: hue angle of 270.48º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A242FF is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 66 | 255 | - |
| CMYK | 0.36 | 0.74 | 0 | 0 |
| HSL | 270.48º | 1% | 0.63% | - |
| HSV(B) | 270.48º | 0.74% | 1% | - |
| XYZ | 34.9 | 18.8 | 96.4 | - |
| YUV | 116.25 | 206.3 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 66 | 255 | 0.36 | 0.74 | 0 | 0 | 270.48 | 1 | 0.63 |
| Hex | A2 | 42 | FF | 24 | 4A | 0 | 0 | 10E | 64 | 3F |
| Octal | 242 | 102 | 377 | 44 | 112 | 0 | 0 | 416 | 144 | 77 |
| Binary | 10100010 | 1000010 | 11111111 | 100100 | 1001010 | 0 | 0 | 100001110 | 1100100 | 111111 |
Color Harmonies of #A242FF
Complementary color
Monochromatic Colors of #A242FF
Black with #A242FF
Text Example
Text Example
White with #A242FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A242FF; }
p { color: rgb(162,66,255); }
H1.HeaderClassName
{
color: #A242FF;
}
.AnyTagClassName
{
color: #A242FF;
}
</style>
background-color css
<style>
a { background-color: #A242FF; }
a { background-color: rgb(162,66,255); }
div.DivClassName
{
background-color: #A242FF;
}
.BgClassName
{
background-color: #A242FF;
}
</style>
border-color css
<style>
span { border-color: #A242FF; }
span { border-color: rgb(162,66,255); }
td.TdClassName
{
border-color: #A242FF;
}
.TagClassName
{
border-color: #A242FF;
}
</style>