Shades of Blue Violet #A223F2
Tints of Blue Violet #A223F2
RGB
CMYK
RGB Variations
Color information
#A223F2 (or 0xA223F2) is known color: Blue Violet. HEX triplet: A2, 23 and F2. RGB value is (162,35,242). Sum of RGB (Red+Green+Blue) = 162+35+242=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 35 (14.06% from 255 or 7.97% from 439); Blue value is 242 (94.92% from 255 or 55.13% from 439); Max value from RGB is 242 - color contains mainly: blue. Hex color #A223F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A223F2 is #5DDC0D. Grayscale: #5F5F5F. Windows color (decimal): -6151182 or 15868834. OLE color: 15868834.
HSL color Cylindrical-coordinate representation of color #A223F2: hue angle of 276.81º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A223F2 is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 35 | 242 | - |
| CMYK | 0.33 | 0.86 | 0 | 0.05 |
| HSL | 276.81º | 0.89% | 0.54% | - |
| HSV(B) | 276.81º | 0.86% | 0.95% | - |
| XYZ | 31.53 | 15.29 | 85.29 | - |
| YUV | 96.57 | 210.08 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 35 | 242 | 0.33 | 0.86 | 0 | 0.05 | 276.81 | 0.89 | 0.54 |
| Hex | A2 | 23 | F2 | 21 | 56 | 0 | 5 | 115 | 59 | 36 |
| Octal | 242 | 43 | 362 | 41 | 126 | 0 | 5 | 425 | 131 | 66 |
| Binary | 10100010 | 100011 | 11110010 | 100001 | 1010110 | 0 | 101 | 100010101 | 1011001 | 110110 |
Color Harmonies of #A223F2
Complementary color
Monochromatic Colors of #A223F2
Black with #A223F2
Text Example
Text Example
White with #A223F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A223F2; }
p { color: rgb(162,35,242); }
H1.HeaderClassName
{
color: #A223F2;
}
.AnyTagClassName
{
color: #A223F2;
}
</style>
background-color css
<style>
a { background-color: #A223F2; }
a { background-color: rgb(162,35,242); }
div.DivClassName
{
background-color: #A223F2;
}
.BgClassName
{
background-color: #A223F2;
}
</style>
border-color css
<style>
span { border-color: #A223F2; }
span { border-color: rgb(162,35,242); }
td.TdClassName
{
border-color: #A223F2;
}
.TagClassName
{
border-color: #A223F2;
}
</style>