Shades of Blue Violet #A02BFA
Tints of Blue Violet #A02BFA
RGB
CMYK
RGB Variations
Color information
#A02BFA (or 0xA02BFA) is known color: Blue Violet. HEX triplet: A0, 2B and FA. RGB value is (160,43,250). Sum of RGB (Red+Green+Blue) = 160+43+250=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 43 (17.19% from 255 or 9.49% from 453); Blue value is 250 (98.05% from 255 or 55.19% from 453); Max value from RGB is 250 - color contains mainly: blue. Hex color #A02BFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A02BFA is #5FD405. Grayscale: #646464. Windows color (decimal): -6280198 or 16395168. OLE color: 16395168.
HSL color Cylindrical-coordinate representation of color #A02BFA: hue angle of 273.91º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A02BFA is Cyan = 0.36, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 43 | 250 | - |
| CMYK | 0.36 | 0.83 | 0 | 0.02 |
| HSL | 273.91º | 0.95% | 0.57% | - |
| HSV(B) | 273.91º | 0.83% | 0.98% | - |
| XYZ | 32.62 | 16.1 | 91.83 | - |
| YUV | 101.58 | 211.76 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 43 | 250 | 0.36 | 0.83 | 0 | 0.02 | 273.91 | 0.95 | 0.57 |
| Hex | A0 | 2B | FA | 24 | 53 | 0 | 2 | 112 | 5F | 39 |
| Octal | 240 | 53 | 372 | 44 | 123 | 0 | 2 | 422 | 137 | 71 |
| Binary | 10100000 | 101011 | 11111010 | 100100 | 1010011 | 0 | 10 | 100010010 | 1011111 | 111001 |
Color Harmonies of #A02BFA
Complementary color
Monochromatic Colors of #A02BFA
Black with #A02BFA
Text Example
Text Example
White with #A02BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02BFA; }
p { color: rgb(160,43,250); }
H1.HeaderClassName
{
color: #A02BFA;
}
.AnyTagClassName
{
color: #A02BFA;
}
</style>
background-color css
<style>
a { background-color: #A02BFA; }
a { background-color: rgb(160,43,250); }
div.DivClassName
{
background-color: #A02BFA;
}
.BgClassName
{
background-color: #A02BFA;
}
</style>
border-color css
<style>
span { border-color: #A02BFA; }
span { border-color: rgb(160,43,250); }
td.TdClassName
{
border-color: #A02BFA;
}
.TagClassName
{
border-color: #A02BFA;
}
</style>