Shades of Blue Violet #A134FF
Tints of Blue Violet #A134FF
RGB
CMYK
RGB Variations
Color information
#A134FF (or 0xA134FF) is known color: Blue Violet. HEX triplet: A1, 34 and FF. RGB value is (161,52,255). Sum of RGB (Red+Green+Blue) = 161+52+255=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 52 (20.70% from 255 or 11.11% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #A134FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A134FF is #5ECB00. Grayscale: #6B6B6B. Windows color (decimal): -6212353 or 16725153. OLE color: 16725153.
HSL color Cylindrical-coordinate representation of color #A134FF: hue angle of 272.22º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A134FF is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 52 | 255 | - |
| CMYK | 0.37 | 0.80 | 0 | 0 |
| HSL | 272.22º | 1% | 0.6% | - |
| HSV(B) | 272.22º | 0.8% | 1% | - |
| XYZ | 33.98 | 17.25 | 96.15 | - |
| YUV | 107.73 | 211.11 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 52 | 255 | 0.37 | 0.80 | 0 | 0 | 272.22 | 1 | 0.6 |
| Hex | A1 | 34 | FF | 25 | 50 | 0 | 0 | 110 | 64 | 3C |
| Octal | 241 | 64 | 377 | 45 | 120 | 0 | 0 | 420 | 144 | 74 |
| Binary | 10100001 | 110100 | 11111111 | 100101 | 1010000 | 0 | 0 | 100010000 | 1100100 | 111100 |
Color Harmonies of #A134FF
Complementary color
Monochromatic Colors of #A134FF
Black with #A134FF
Text Example
Text Example
White with #A134FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A134FF; }
p { color: rgb(161,52,255); }
H1.HeaderClassName
{
color: #A134FF;
}
.AnyTagClassName
{
color: #A134FF;
}
</style>
background-color css
<style>
a { background-color: #A134FF; }
a { background-color: rgb(161,52,255); }
div.DivClassName
{
background-color: #A134FF;
}
.BgClassName
{
background-color: #A134FF;
}
</style>
border-color css
<style>
span { border-color: #A134FF; }
span { border-color: rgb(161,52,255); }
td.TdClassName
{
border-color: #A134FF;
}
.TagClassName
{
border-color: #A134FF;
}
</style>