Shades of Blue Violet #AF34FF
Tints of Blue Violet #AF34FF
RGB
CMYK
RGB Variations
Color information
#AF34FF (or 0xAF34FF) is known color: Blue Violet. HEX triplet: AF, 34 and FF. RGB value is (175,52,255). Sum of RGB (Red+Green+Blue) = 175+52+255=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 52 (20.70% from 255 or 10.79% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF34FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF34FF is #50CB00. Grayscale: #6F6F6F. Windows color (decimal): -5294849 or 16725167. OLE color: 16725167.
HSL color Cylindrical-coordinate representation of color #AF34FF: hue angle of 276.35º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF34FF is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 52 | 255 | - |
| CMYK | 0.31 | 0.80 | 0 | 0 |
| HSL | 276.35º | 1% | 0.6% | - |
| HSV(B) | 276.35º | 0.8% | 1% | - |
| XYZ | 36.96 | 18.79 | 96.29 | - |
| YUV | 111.92 | 208.75 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 255 | 0.31 | 0.80 | 0 | 0 | 276.35 | 1 | 0.6 |
| Hex | AF | 34 | FF | 1F | 50 | 0 | 0 | 114 | 64 | 3C |
| Octal | 257 | 64 | 377 | 37 | 120 | 0 | 0 | 424 | 144 | 74 |
| Binary | 10101111 | 110100 | 11111111 | 11111 | 1010000 | 0 | 0 | 100010100 | 1100100 | 111100 |
Color Harmonies of #AF34FF
Complementary color
Monochromatic Colors of #AF34FF
Black with #AF34FF
Text Example
Text Example
White with #AF34FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF34FF; }
p { color: rgb(175,52,255); }
H1.HeaderClassName
{
color: #AF34FF;
}
.AnyTagClassName
{
color: #AF34FF;
}
</style>
background-color css
<style>
a { background-color: #AF34FF; }
a { background-color: rgb(175,52,255); }
div.DivClassName
{
background-color: #AF34FF;
}
.BgClassName
{
background-color: #AF34FF;
}
</style>
border-color css
<style>
span { border-color: #AF34FF; }
span { border-color: rgb(175,52,255); }
td.TdClassName
{
border-color: #AF34FF;
}
.TagClassName
{
border-color: #AF34FF;
}
</style>