Shades of Blue Violet #A23FFC
Tints of Blue Violet #A23FFC
RGB
CMYK
RGB Variations
Color information
#A23FFC (or 0xA23FFC) is known color: Blue Violet. HEX triplet: A2, 3F and FC. RGB value is (162,63,252). Sum of RGB (Red+Green+Blue) = 162+63+252=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 63 (25% from 255 or 13.21% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #A23FFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A23FFC is #5DC003. Grayscale: #717171. Windows color (decimal): -6144004 or 16531362. OLE color: 16531362.
HSL color Cylindrical-coordinate representation of color #A23FFC: hue angle of 271.43º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A23FFC is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 63 | 252 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.01 |
| HSL | 271.43º | 0.97% | 0.62% | - |
| HSV(B) | 271.43º | 0.75% | 0.99% | - |
| XYZ | 34.25 | 18.26 | 93.82 | - |
| YUV | 114.15 | 205.8 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 63 | 252 | 0.36 | 0.75 | 0 | 0.01 | 271.43 | 0.97 | 0.62 |
| Hex | A2 | 3F | FC | 24 | 4B | 0 | 1 | 10F | 61 | 3E |
| Octal | 242 | 77 | 374 | 44 | 113 | 0 | 1 | 417 | 141 | 76 |
| Binary | 10100010 | 111111 | 11111100 | 100100 | 1001011 | 0 | 1 | 100001111 | 1100001 | 111110 |
Color Harmonies of #A23FFC
Complementary color
Monochromatic Colors of #A23FFC
Black with #A23FFC
Text Example
Text Example
White with #A23FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23FFC; }
p { color: rgb(162,63,252); }
H1.HeaderClassName
{
color: #A23FFC;
}
.AnyTagClassName
{
color: #A23FFC;
}
</style>
background-color css
<style>
a { background-color: #A23FFC; }
a { background-color: rgb(162,63,252); }
div.DivClassName
{
background-color: #A23FFC;
}
.BgClassName
{
background-color: #A23FFC;
}
</style>
border-color css
<style>
span { border-color: #A23FFC; }
span { border-color: rgb(162,63,252); }
td.TdClassName
{
border-color: #A23FFC;
}
.TagClassName
{
border-color: #A23FFC;
}
</style>