Shades of Blue Violet #AF34FE
Tints of Blue Violet #AF34FE
RGB
CMYK
RGB Variations
Color information
#AF34FE (or 0xAF34FE) is known color: Blue Violet. HEX triplet: AF, 34 and FE. RGB value is (175,52,254). Sum of RGB (Red+Green+Blue) = 175+52+254=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 52 (20.70% from 255 or 10.81% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF34FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF34FE is #50CB01. Grayscale: #6F6F6F. Windows color (decimal): -5294850 or 16659631. OLE color: 16659631.
HSL color Cylindrical-coordinate representation of color #AF34FE: hue angle of 276.53º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF34FE is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 52 | 254 | - |
| CMYK | 0.31 | 0.80 | 0 | 0.00 |
| HSL | 276.53º | 0.99% | 0.6% | - |
| HSV(B) | 276.53º | 0.8% | 1% | - |
| XYZ | 36.8 | 18.73 | 95.44 | - |
| YUV | 111.81 | 208.25 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 254 | 0.31 | 0.80 | 0 | 0.00 | 276.53 | 0.99 | 0.6 |
| Hex | AF | 34 | FE | 1F | 50 | 0 | 0 | 115 | 63 | 3C |
| Octal | 257 | 64 | 376 | 37 | 120 | 0 | 0 | 425 | 143 | 74 |
| Binary | 10101111 | 110100 | 11111110 | 11111 | 1010000 | 0 | 0 | 100010101 | 1100011 | 111100 |
Color Harmonies of #AF34FE
Complementary color
Monochromatic Colors of #AF34FE
Black with #AF34FE
Text Example
Text Example
White with #AF34FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF34FE; }
p { color: rgb(175,52,254); }
H1.HeaderClassName
{
color: #AF34FE;
}
.AnyTagClassName
{
color: #AF34FE;
}
</style>
background-color css
<style>
a { background-color: #AF34FE; }
a { background-color: rgb(175,52,254); }
div.DivClassName
{
background-color: #AF34FE;
}
.BgClassName
{
background-color: #AF34FE;
}
</style>
border-color css
<style>
span { border-color: #AF34FE; }
span { border-color: rgb(175,52,254); }
td.TdClassName
{
border-color: #AF34FE;
}
.TagClassName
{
border-color: #AF34FE;
}
</style>