Shades of Blue Violet #A72CF2
Tints of Blue Violet #A72CF2
RGB
CMYK
RGB Variations
Color information
#A72CF2 (or 0xA72CF2) is known color: Blue Violet. HEX triplet: A7, 2C and F2. RGB value is (167,44,242). Sum of RGB (Red+Green+Blue) = 167+44+242=453 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.87% from 453); Green value is 44 (17.58% from 255 or 9.71% from 453); Blue value is 242 (94.92% from 255 or 53.42% from 453); Max value from RGB is 242 - color contains mainly: blue. Hex color #A72CF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A72CF2 is #58D30D. Grayscale: #666666. Windows color (decimal): -5821198 or 15871143. OLE color: 15871143.
HSL color Cylindrical-coordinate representation of color #A72CF2: hue angle of 277.27º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A72CF2 is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 167 | 44 | 242 | - |
| CMYK | 0.31 | 0.82 | 0 | 0.05 |
| HSL | 277.27º | 0.88% | 0.56% | - |
| HSV(B) | 277.27º | 0.82% | 0.95% | - |
| XYZ | 32.86 | 16.43 | 85.44 | - |
| YUV | 103.35 | 206.25 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 44 | 242 | 0.31 | 0.82 | 0 | 0.05 | 277.27 | 0.88 | 0.56 |
| Hex | A7 | 2C | F2 | 1F | 52 | 0 | 5 | 115 | 58 | 38 |
| Octal | 247 | 54 | 362 | 37 | 122 | 0 | 5 | 425 | 130 | 70 |
| Binary | 10100111 | 101100 | 11110010 | 11111 | 1010010 | 0 | 101 | 100010101 | 1011000 | 111000 |
Color Harmonies of #A72CF2
Complementary color
Monochromatic Colors of #A72CF2
Black with #A72CF2
Text Example
Text Example
White with #A72CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72CF2; }
p { color: rgb(167,44,242); }
H1.HeaderClassName
{
color: #A72CF2;
}
.AnyTagClassName
{
color: #A72CF2;
}
</style>
background-color css
<style>
a { background-color: #A72CF2; }
a { background-color: rgb(167,44,242); }
div.DivClassName
{
background-color: #A72CF2;
}
.BgClassName
{
background-color: #A72CF2;
}
</style>
border-color css
<style>
span { border-color: #A72CF2; }
span { border-color: rgb(167,44,242); }
td.TdClassName
{
border-color: #A72CF2;
}
.TagClassName
{
border-color: #A72CF2;
}
</style>