Shades of Blue Violet #A727EA
Tints of Blue Violet #A727EA
RGB
CMYK
RGB Variations
Color information
#A727EA (or 0xA727EA) is known color: Blue Violet. HEX triplet: A7, 27 and EA. RGB value is (167,39,234). Sum of RGB (Red+Green+Blue) = 167+39+234=440 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.95% from 440); Green value is 39 (15.62% from 255 or 8.86% from 440); Blue value is 234 (91.80% from 255 or 53.18% from 440); Max value from RGB is 234 - color contains mainly: blue. Hex color #A727EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A727EA is #58D815. Grayscale: #626262. Windows color (decimal): -5822486 or 15345575. OLE color: 15345575.
HSL color Cylindrical-coordinate representation of color #A727EA: hue angle of 279.38º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A727EA is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 39 | 234 | - |
| CMYK | 0.29 | 0.83 | 0 | 0.08 |
| HSL | 279.38º | 0.82% | 0.54% | - |
| HSV(B) | 279.38º | 0.83% | 0.92% | - |
| XYZ | 31.51 | 15.61 | 79.19 | - |
| YUV | 99.5 | 203.91 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 39 | 234 | 0.29 | 0.83 | 0 | 0.08 | 279.38 | 0.82 | 0.54 |
| Hex | A7 | 27 | EA | 1D | 53 | 0 | 8 | 117 | 52 | 36 |
| Octal | 247 | 47 | 352 | 35 | 123 | 0 | 10 | 427 | 122 | 66 |
| Binary | 10100111 | 100111 | 11101010 | 11101 | 1010011 | 0 | 1000 | 100010111 | 1010010 | 110110 |
Color Harmonies of #A727EA
Complementary color
Monochromatic Colors of #A727EA
Black with #A727EA
Text Example
Text Example
White with #A727EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A727EA; }
p { color: rgb(167,39,234); }
H1.HeaderClassName
{
color: #A727EA;
}
.AnyTagClassName
{
color: #A727EA;
}
</style>
background-color css
<style>
a { background-color: #A727EA; }
a { background-color: rgb(167,39,234); }
div.DivClassName
{
background-color: #A727EA;
}
.BgClassName
{
background-color: #A727EA;
}
</style>
border-color css
<style>
span { border-color: #A727EA; }
span { border-color: rgb(167,39,234); }
td.TdClassName
{
border-color: #A727EA;
}
.TagClassName
{
border-color: #A727EA;
}
</style>