Shades of Blue Violet #AF34F2
Tints of Blue Violet #AF34F2
RGB
CMYK
RGB Variations
Color information
#AF34F2 (or 0xAF34F2) is known color: Blue Violet. HEX triplet: AF, 34 and F2. RGB value is (175,52,242). Sum of RGB (Red+Green+Blue) = 175+52+242=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 52 (20.70% from 255 or 11.09% from 469); Blue value is 242 (94.92% from 255 or 51.60% from 469); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF34F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF34F2 is #50CB0D. Grayscale: #6D6D6D. Windows color (decimal): -5294862 or 15873199. OLE color: 15873199.
HSL color Cylindrical-coordinate representation of color #AF34F2: hue angle of 278.84º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF34F2 is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 52 | 242 | - |
| CMYK | 0.28 | 0.79 | 0 | 0.05 |
| HSL | 278.84º | 0.88% | 0.58% | - |
| HSV(B) | 278.84º | 0.79% | 0.95% | - |
| XYZ | 34.93 | 17.98 | 85.63 | - |
| YUV | 110.44 | 202.25 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 242 | 0.28 | 0.79 | 0 | 0.05 | 278.84 | 0.88 | 0.58 |
| Hex | AF | 34 | F2 | 1C | 4F | 0 | 5 | 117 | 58 | 3A |
| Octal | 257 | 64 | 362 | 34 | 117 | 0 | 5 | 427 | 130 | 72 |
| Binary | 10101111 | 110100 | 11110010 | 11100 | 1001111 | 0 | 101 | 100010111 | 1011000 | 111010 |
Color Harmonies of #AF34F2
Complementary color
Monochromatic Colors of #AF34F2
Black with #AF34F2
Text Example
Text Example
White with #AF34F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF34F2; }
p { color: rgb(175,52,242); }
H1.HeaderClassName
{
color: #AF34F2;
}
.AnyTagClassName
{
color: #AF34F2;
}
</style>
background-color css
<style>
a { background-color: #AF34F2; }
a { background-color: rgb(175,52,242); }
div.DivClassName
{
background-color: #AF34F2;
}
.BgClassName
{
background-color: #AF34F2;
}
</style>
border-color css
<style>
span { border-color: #AF34F2; }
span { border-color: rgb(175,52,242); }
td.TdClassName
{
border-color: #AF34F2;
}
.TagClassName
{
border-color: #AF34F2;
}
</style>