Shades of Blue Violet #A635FF
Tints of Blue Violet #A635FF
RGB
CMYK
RGB Variations
Color information
#A635FF (or 0xA635FF) is known color: Blue Violet. HEX triplet: A6, 35 and FF. RGB value is (166,53,255). Sum of RGB (Red+Green+Blue) = 166+53+255=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 53 (21.09% from 255 or 11.18% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #A635FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A635FF is #59CA00. Grayscale: #6D6D6D. Windows color (decimal): -5884417 or 16725414. OLE color: 16725414.
HSL color Cylindrical-coordinate representation of color #A635FF: hue angle of 273.56º 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 #A635FF is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 53 | 255 | - |
| CMYK | 0.35 | 0.79 | 0 | 0 |
| HSL | 273.56º | 1% | 0.6% | - |
| HSV(B) | 273.56º | 0.79% | 1% | - |
| XYZ | 35.05 | 17.87 | 96.21 | - |
| YUV | 109.82 | 209.94 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 53 | 255 | 0.35 | 0.79 | 0 | 0 | 273.56 | 1 | 0.6 |
| Hex | A6 | 35 | FF | 23 | 4F | 0 | 0 | 112 | 64 | 3C |
| Octal | 246 | 65 | 377 | 43 | 117 | 0 | 0 | 422 | 144 | 74 |
| Binary | 10100110 | 110101 | 11111111 | 100011 | 1001111 | 0 | 0 | 100010010 | 1100100 | 111100 |
Color Harmonies of #A635FF
Complementary color
Monochromatic Colors of #A635FF
Black with #A635FF
Text Example
Text Example
White with #A635FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A635FF; }
p { color: rgb(166,53,255); }
H1.HeaderClassName
{
color: #A635FF;
}
.AnyTagClassName
{
color: #A635FF;
}
</style>
background-color css
<style>
a { background-color: #A635FF; }
a { background-color: rgb(166,53,255); }
div.DivClassName
{
background-color: #A635FF;
}
.BgClassName
{
background-color: #A635FF;
}
</style>
border-color css
<style>
span { border-color: #A635FF; }
span { border-color: rgb(166,53,255); }
td.TdClassName
{
border-color: #A635FF;
}
.TagClassName
{
border-color: #A635FF;
}
</style>