Shades of Blue Violet #A342FF
Tints of Blue Violet #A342FF
RGB
CMYK
RGB Variations
Color information
#A342FF (or 0xA342FF) is known color: Blue Violet. HEX triplet: A3, 42 and FF. RGB value is (163,66,255). Sum of RGB (Red+Green+Blue) = 163+66+255=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 66 (26.17% from 255 or 13.64% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #A342FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A342FF is #5CBD00. Grayscale: #737373. Windows color (decimal): -6077697 or 16728739. OLE color: 16728739.
HSL color Cylindrical-coordinate representation of color #A342FF: hue angle of 270.79º 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 #A342FF is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 66 | 255 | - |
| CMYK | 0.36 | 0.74 | 0 | 0 |
| HSL | 270.79º | 1% | 0.63% | - |
| HSV(B) | 270.79º | 0.74% | 1% | - |
| XYZ | 35.1 | 18.9 | 96.41 | - |
| YUV | 116.55 | 206.14 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 66 | 255 | 0.36 | 0.74 | 0 | 0 | 270.79 | 1 | 0.63 |
| Hex | A3 | 42 | FF | 24 | 4A | 0 | 0 | 10F | 64 | 3F |
| Octal | 243 | 102 | 377 | 44 | 112 | 0 | 0 | 417 | 144 | 77 |
| Binary | 10100011 | 1000010 | 11111111 | 100100 | 1001010 | 0 | 0 | 100001111 | 1100100 | 111111 |
Color Harmonies of #A342FF
Complementary color
Monochromatic Colors of #A342FF
Black with #A342FF
Text Example
Text Example
White with #A342FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A342FF; }
p { color: rgb(163,66,255); }
H1.HeaderClassName
{
color: #A342FF;
}
.AnyTagClassName
{
color: #A342FF;
}
</style>
background-color css
<style>
a { background-color: #A342FF; }
a { background-color: rgb(163,66,255); }
div.DivClassName
{
background-color: #A342FF;
}
.BgClassName
{
background-color: #A342FF;
}
</style>
border-color css
<style>
span { border-color: #A342FF; }
span { border-color: rgb(163,66,255); }
td.TdClassName
{
border-color: #A342FF;
}
.TagClassName
{
border-color: #A342FF;
}
</style>