Shades of Blue Violet #A232FF
Tints of Blue Violet #A232FF
RGB
CMYK
RGB Variations
Color information
#A232FF (or 0xA232FF) is known color: Blue Violet. HEX triplet: A2, 32 and FF. RGB value is (162,50,255). Sum of RGB (Red+Green+Blue) = 162+50+255=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 50 (19.92% from 255 or 10.71% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #A232FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A232FF is #5DCD00. Grayscale: #6A6A6A. Windows color (decimal): -6147329 or 16724642. OLE color: 16724642.
HSL color Cylindrical-coordinate representation of color #A232FF: hue angle of 272.78º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A232FF is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 50 | 255 | - |
| CMYK | 0.36 | 0.80 | 0 | 0 |
| HSL | 272.78º | 1% | 0.6% | - |
| HSV(B) | 272.78º | 0.8% | 1% | - |
| XYZ | 34.09 | 17.18 | 96.13 | - |
| YUV | 106.86 | 211.61 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 50 | 255 | 0.36 | 0.80 | 0 | 0 | 272.78 | 1 | 0.6 |
| Hex | A2 | 32 | FF | 24 | 50 | 0 | 0 | 111 | 64 | 3C |
| Octal | 242 | 62 | 377 | 44 | 120 | 0 | 0 | 421 | 144 | 74 |
| Binary | 10100010 | 110010 | 11111111 | 100100 | 1010000 | 0 | 0 | 100010001 | 1100100 | 111100 |
Color Harmonies of #A232FF
Complementary color
Monochromatic Colors of #A232FF
Black with #A232FF
Text Example
Text Example
White with #A232FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A232FF; }
p { color: rgb(162,50,255); }
H1.HeaderClassName
{
color: #A232FF;
}
.AnyTagClassName
{
color: #A232FF;
}
</style>
background-color css
<style>
a { background-color: #A232FF; }
a { background-color: rgb(162,50,255); }
div.DivClassName
{
background-color: #A232FF;
}
.BgClassName
{
background-color: #A232FF;
}
</style>
border-color css
<style>
span { border-color: #A232FF; }
span { border-color: rgb(162,50,255); }
td.TdClassName
{
border-color: #A232FF;
}
.TagClassName
{
border-color: #A232FF;
}
</style>