Shades of Blue Violet #A135F2
Tints of Blue Violet #A135F2
RGB
CMYK
RGB Variations
Color information
#A135F2 (or 0xA135F2) is known color: Blue Violet. HEX triplet: A1, 35 and F2. RGB value is (161,53,242). Sum of RGB (Red+Green+Blue) = 161+53+242=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 53 (21.09% from 255 or 11.62% from 456); Blue value is 242 (94.92% from 255 or 53.07% from 456); Max value from RGB is 242 - color contains mainly: blue. Hex color #A135F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A135F2 is #5ECA0D. Grayscale: #6A6A6A. Windows color (decimal): -6212110 or 15873441. OLE color: 15873441.
HSL color Cylindrical-coordinate representation of color #A135F2: hue angle of 274.29º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A135F2 is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 53 | 242 | - |
| CMYK | 0.33 | 0.78 | 0 | 0.05 |
| HSL | 274.29º | 0.88% | 0.58% | - |
| HSV(B) | 274.29º | 0.78% | 0.95% | - |
| XYZ | 32 | 16.53 | 85.51 | - |
| YUV | 106.84 | 204.28 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 53 | 242 | 0.33 | 0.78 | 0 | 0.05 | 274.29 | 0.88 | 0.58 |
| Hex | A1 | 35 | F2 | 21 | 4E | 0 | 5 | 112 | 58 | 3A |
| Octal | 241 | 65 | 362 | 41 | 116 | 0 | 5 | 422 | 130 | 72 |
| Binary | 10100001 | 110101 | 11110010 | 100001 | 1001110 | 0 | 101 | 100010010 | 1011000 | 111010 |
Color Harmonies of #A135F2
Complementary color
Monochromatic Colors of #A135F2
Black with #A135F2
Text Example
Text Example
White with #A135F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A135F2; }
p { color: rgb(161,53,242); }
H1.HeaderClassName
{
color: #A135F2;
}
.AnyTagClassName
{
color: #A135F2;
}
</style>
background-color css
<style>
a { background-color: #A135F2; }
a { background-color: rgb(161,53,242); }
div.DivClassName
{
background-color: #A135F2;
}
.BgClassName
{
background-color: #A135F2;
}
</style>
border-color css
<style>
span { border-color: #A135F2; }
span { border-color: rgb(161,53,242); }
td.TdClassName
{
border-color: #A135F2;
}
.TagClassName
{
border-color: #A135F2;
}
</style>