Shades of Blue Violet #A229FD
Tints of Blue Violet #A229FD
RGB
CMYK
RGB Variations
Color information
#A229FD (or 0xA229FD) is known color: Blue Violet. HEX triplet: A2, 29 and FD. RGB value is (162,41,253). Sum of RGB (Red+Green+Blue) = 162+41+253=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 41 (16.41% from 255 or 8.99% from 456); Blue value is 253 (99.22% from 255 or 55.48% from 456); Max value from RGB is 253 - color contains mainly: blue. Hex color #A229FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A229FD is #5DD602. Grayscale: #646464. Windows color (decimal): -6149635 or 16591266. OLE color: 16591266.
HSL color Cylindrical-coordinate representation of color #A229FD: hue angle of 274.25º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A229FD is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 41 | 253 | - |
| CMYK | 0.36 | 0.84 | 0 | 0.01 |
| HSL | 274.25º | 0.98% | 0.58% | - |
| HSV(B) | 274.25º | 0.84% | 0.99% | - |
| XYZ | 33.42 | 16.36 | 94.32 | - |
| YUV | 101.35 | 213.59 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 41 | 253 | 0.36 | 0.84 | 0 | 0.01 | 274.25 | 0.98 | 0.58 |
| Hex | A2 | 29 | FD | 24 | 54 | 0 | 1 | 112 | 62 | 3A |
| Octal | 242 | 51 | 375 | 44 | 124 | 0 | 1 | 422 | 142 | 72 |
| Binary | 10100010 | 101001 | 11111101 | 100100 | 1010100 | 0 | 1 | 100010010 | 1100010 | 111010 |
Color Harmonies of #A229FD
Complementary color
Monochromatic Colors of #A229FD
Black with #A229FD
Text Example
Text Example
White with #A229FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A229FD; }
p { color: rgb(162,41,253); }
H1.HeaderClassName
{
color: #A229FD;
}
.AnyTagClassName
{
color: #A229FD;
}
</style>
background-color css
<style>
a { background-color: #A229FD; }
a { background-color: rgb(162,41,253); }
div.DivClassName
{
background-color: #A229FD;
}
.BgClassName
{
background-color: #A229FD;
}
</style>
border-color css
<style>
span { border-color: #A229FD; }
span { border-color: rgb(162,41,253); }
td.TdClassName
{
border-color: #A229FD;
}
.TagClassName
{
border-color: #A229FD;
}
</style>