Shades of Blue Violet #A835FB
Tints of Blue Violet #A835FB
RGB
CMYK
RGB Variations
Color information
#A835FB (or 0xA835FB) is known color: Blue Violet. HEX triplet: A8, 35 and FB. RGB value is (168,53,251). Sum of RGB (Red+Green+Blue) = 168+53+251=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 53 (21.09% from 255 or 11.23% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #A835FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A835FB is #57CA04. Grayscale: #6D6D6D. Windows color (decimal): -5753349 or 16463272. OLE color: 16463272.
HSL color Cylindrical-coordinate representation of color #A835FB: hue angle of 274.85º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A835FB is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 53 | 251 | - |
| CMYK | 0.33 | 0.79 | 0 | 0.02 |
| HSL | 274.85º | 0.96% | 0.6% | - |
| HSV(B) | 274.85º | 0.79% | 0.98% | - |
| XYZ | 34.83 | 17.84 | 92.87 | - |
| YUV | 109.96 | 207.6 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 53 | 251 | 0.33 | 0.79 | 0 | 0.02 | 274.85 | 0.96 | 0.6 |
| Hex | A8 | 35 | FB | 21 | 4F | 0 | 2 | 113 | 60 | 3C |
| Octal | 250 | 65 | 373 | 41 | 117 | 0 | 2 | 423 | 140 | 74 |
| Binary | 10101000 | 110101 | 11111011 | 100001 | 1001111 | 0 | 10 | 100010011 | 1100000 | 111100 |
Color Harmonies of #A835FB
Complementary color
Monochromatic Colors of #A835FB
Black with #A835FB
Text Example
Text Example
White with #A835FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A835FB; }
p { color: rgb(168,53,251); }
H1.HeaderClassName
{
color: #A835FB;
}
.AnyTagClassName
{
color: #A835FB;
}
</style>
background-color css
<style>
a { background-color: #A835FB; }
a { background-color: rgb(168,53,251); }
div.DivClassName
{
background-color: #A835FB;
}
.BgClassName
{
background-color: #A835FB;
}
</style>
border-color css
<style>
span { border-color: #A835FB; }
span { border-color: rgb(168,53,251); }
td.TdClassName
{
border-color: #A835FB;
}
.TagClassName
{
border-color: #A835FB;
}
</style>