Shades of Blue Violet #A23CF2
Tints of Blue Violet #A23CF2
RGB
CMYK
RGB Variations
Color information
#A23CF2 (or 0xA23CF2) is known color: Blue Violet. HEX triplet: A2, 3C and F2. RGB value is (162,60,242). Sum of RGB (Red+Green+Blue) = 162+60+242=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 60 (23.83% from 255 or 12.93% from 464); Blue value is 242 (94.92% from 255 or 52.16% from 464); Max value from RGB is 242 - color contains mainly: blue. Hex color #A23CF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A23CF2 is #5DC30D. Grayscale: #6E6E6E. Windows color (decimal): -6144782 or 15875234. OLE color: 15875234.
HSL color Cylindrical-coordinate representation of color #A23CF2: hue angle of 273.63º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A23CF2 is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 60 | 242 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.05 |
| HSL | 273.63º | 0.88% | 0.59% | - |
| HSV(B) | 273.63º | 0.75% | 0.95% | - |
| XYZ | 32.54 | 17.32 | 85.63 | - |
| YUV | 111.25 | 201.79 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 60 | 242 | 0.33 | 0.75 | 0 | 0.05 | 273.63 | 0.88 | 0.59 |
| Hex | A2 | 3C | F2 | 21 | 4B | 0 | 5 | 112 | 58 | 3B |
| Octal | 242 | 74 | 362 | 41 | 113 | 0 | 5 | 422 | 130 | 73 |
| Binary | 10100010 | 111100 | 11110010 | 100001 | 1001011 | 0 | 101 | 100010010 | 1011000 | 111011 |
Color Harmonies of #A23CF2
Complementary color
Monochromatic Colors of #A23CF2
Black with #A23CF2
Text Example
Text Example
White with #A23CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23CF2; }
p { color: rgb(162,60,242); }
H1.HeaderClassName
{
color: #A23CF2;
}
.AnyTagClassName
{
color: #A23CF2;
}
</style>
background-color css
<style>
a { background-color: #A23CF2; }
a { background-color: rgb(162,60,242); }
div.DivClassName
{
background-color: #A23CF2;
}
.BgClassName
{
background-color: #A23CF2;
}
</style>
border-color css
<style>
span { border-color: #A23CF2; }
span { border-color: rgb(162,60,242); }
td.TdClassName
{
border-color: #A23CF2;
}
.TagClassName
{
border-color: #A23CF2;
}
</style>