Shades of Blue Violet #AF27EE
Tints of Blue Violet #AF27EE
RGB
CMYK
RGB Variations
Color information
#AF27EE (or 0xAF27EE) is known color: Blue Violet. HEX triplet: AF, 27 and EE. RGB value is (175,39,238). Sum of RGB (Red+Green+Blue) = 175+39+238=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 39 (15.62% from 255 or 8.63% from 452); Blue value is 238 (93.36% from 255 or 52.65% from 452); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF27EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF27EE is #50D811. Grayscale: #656565. Windows color (decimal): -5298194 or 15607727. OLE color: 15607727.
HSL color Cylindrical-coordinate representation of color #AF27EE: hue angle of 281.01º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF27EE is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 39 | 238 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.07 |
| HSL | 281.01º | 0.85% | 0.54% | - |
| HSV(B) | 281.01º | 0.84% | 0.93% | - |
| XYZ | 33.84 | 16.74 | 82.34 | - |
| YUV | 102.35 | 204.56 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 39 | 238 | 0.26 | 0.84 | 0 | 0.07 | 281.01 | 0.85 | 0.54 |
| Hex | AF | 27 | EE | 1A | 54 | 0 | 7 | 119 | 55 | 36 |
| Octal | 257 | 47 | 356 | 32 | 124 | 0 | 7 | 431 | 125 | 66 |
| Binary | 10101111 | 100111 | 11101110 | 11010 | 1010100 | 0 | 111 | 100011001 | 1010101 | 110110 |
Color Harmonies of #AF27EE
Complementary color
Monochromatic Colors of #AF27EE
Black with #AF27EE
Text Example
Text Example
White with #AF27EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF27EE; }
p { color: rgb(175,39,238); }
H1.HeaderClassName
{
color: #AF27EE;
}
.AnyTagClassName
{
color: #AF27EE;
}
</style>
background-color css
<style>
a { background-color: #AF27EE; }
a { background-color: rgb(175,39,238); }
div.DivClassName
{
background-color: #AF27EE;
}
.BgClassName
{
background-color: #AF27EE;
}
</style>
border-color css
<style>
span { border-color: #AF27EE; }
span { border-color: rgb(175,39,238); }
td.TdClassName
{
border-color: #AF27EE;
}
.TagClassName
{
border-color: #AF27EE;
}
</style>