Shades of Blue Violet #A232FD
Tints of Blue Violet #A232FD
RGB
CMYK
RGB Variations
Color information
#A232FD (or 0xA232FD) is known color: Blue Violet. HEX triplet: A2, 32 and FD. RGB value is (162,50,253). Sum of RGB (Red+Green+Blue) = 162+50+253=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 50 (19.92% from 255 or 10.75% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #A232FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A232FD is #5DCD02. Grayscale: #696969. Windows color (decimal): -6147331 or 16593570. OLE color: 16593570.
HSL color Cylindrical-coordinate representation of color #A232FD: hue angle of 273.1º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A232FD is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 50 | 253 | - |
| CMYK | 0.36 | 0.80 | 0 | 0.01 |
| HSL | 273.1º | 0.98% | 0.59% | - |
| HSV(B) | 273.1º | 0.8% | 0.99% | - |
| XYZ | 33.77 | 17.05 | 94.44 | - |
| YUV | 106.63 | 210.61 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 50 | 253 | 0.36 | 0.80 | 0 | 0.01 | 273.1 | 0.98 | 0.59 |
| Hex | A2 | 32 | FD | 24 | 50 | 0 | 1 | 111 | 62 | 3B |
| Octal | 242 | 62 | 375 | 44 | 120 | 0 | 1 | 421 | 142 | 73 |
| Binary | 10100010 | 110010 | 11111101 | 100100 | 1010000 | 0 | 1 | 100010001 | 1100010 | 111011 |
Color Harmonies of #A232FD
Complementary color
Monochromatic Colors of #A232FD
Black with #A232FD
Text Example
Text Example
White with #A232FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A232FD; }
p { color: rgb(162,50,253); }
H1.HeaderClassName
{
color: #A232FD;
}
.AnyTagClassName
{
color: #A232FD;
}
</style>
background-color css
<style>
a { background-color: #A232FD; }
a { background-color: rgb(162,50,253); }
div.DivClassName
{
background-color: #A232FD;
}
.BgClassName
{
background-color: #A232FD;
}
</style>
border-color css
<style>
span { border-color: #A232FD; }
span { border-color: rgb(162,50,253); }
td.TdClassName
{
border-color: #A232FD;
}
.TagClassName
{
border-color: #A232FD;
}
</style>