Shades of Blue Violet #A035FF
Tints of Blue Violet #A035FF
RGB
CMYK
RGB Variations
Color information
#A035FF (or 0xA035FF) is known color: Blue Violet. HEX triplet: A0, 35 and FF. RGB value is (160,53,255). Sum of RGB (Red+Green+Blue) = 160+53+255=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 53 (21.09% from 255 or 11.32% 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 #A035FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A035FF is #5FCA00. Grayscale: #6B6B6B. Windows color (decimal): -6277633 or 16725408. OLE color: 16725408.
HSL color Cylindrical-coordinate representation of color #A035FF: hue angle of 271.78º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A035FF is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 53 | 255 | - |
| CMYK | 0.37 | 0.79 | 0 | 0 |
| HSL | 271.78º | 1% | 0.6% | - |
| HSV(B) | 271.78º | 0.79% | 1% | - |
| XYZ | 33.82 | 17.24 | 96.15 | - |
| YUV | 108.02 | 210.95 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 53 | 255 | 0.37 | 0.79 | 0 | 0 | 271.78 | 1 | 0.6 |
| Hex | A0 | 35 | FF | 25 | 4F | 0 | 0 | 110 | 64 | 3C |
| Octal | 240 | 65 | 377 | 45 | 117 | 0 | 0 | 420 | 144 | 74 |
| Binary | 10100000 | 110101 | 11111111 | 100101 | 1001111 | 0 | 0 | 100010000 | 1100100 | 111100 |
Color Harmonies of #A035FF
Complementary color
Monochromatic Colors of #A035FF
Black with #A035FF
Text Example
Text Example
White with #A035FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A035FF; }
p { color: rgb(160,53,255); }
H1.HeaderClassName
{
color: #A035FF;
}
.AnyTagClassName
{
color: #A035FF;
}
</style>
background-color css
<style>
a { background-color: #A035FF; }
a { background-color: rgb(160,53,255); }
div.DivClassName
{
background-color: #A035FF;
}
.BgClassName
{
background-color: #A035FF;
}
</style>
border-color css
<style>
span { border-color: #A035FF; }
span { border-color: rgb(160,53,255); }
td.TdClassName
{
border-color: #A035FF;
}
.TagClassName
{
border-color: #A035FF;
}
</style>