Shades of Blue Violet #A934F7
Tints of Blue Violet #A934F7
RGB
CMYK
RGB Variations
Color information
#A934F7 (or 0xA934F7) is known color: Blue Violet. HEX triplet: A9, 34 and F7. RGB value is (169,52,247). Sum of RGB (Red+Green+Blue) = 169+52+247=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 52 (20.70% from 255 or 11.11% from 468); Blue value is 247 (96.88% from 255 or 52.78% from 468); Max value from RGB is 247 - color contains mainly: blue. Hex color #A934F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A934F7 is #56CB08. Grayscale: #6C6C6C. Windows color (decimal): -5688073 or 16200873. OLE color: 16200873.
HSL color Cylindrical-coordinate representation of color #A934F7: hue angle of 276º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A934F7 is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 169 | 52 | 247 | - |
| CMYK | 0.32 | 0.79 | 0 | 0.03 |
| HSL | 276º | 0.92% | 0.59% | - |
| HSV(B) | 276º | 0.79% | 0.97% | - |
| XYZ | 34.38 | 17.61 | 89.58 | - |
| YUV | 109.21 | 205.76 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 52 | 247 | 0.32 | 0.79 | 0 | 0.03 | 276 | 0.92 | 0.59 |
| Hex | A9 | 34 | F7 | 20 | 4F | 0 | 3 | 114 | 5C | 3B |
| Octal | 251 | 64 | 367 | 40 | 117 | 0 | 3 | 424 | 134 | 73 |
| Binary | 10101001 | 110100 | 11110111 | 100000 | 1001111 | 0 | 11 | 100010100 | 1011100 | 111011 |
Color Harmonies of #A934F7
Complementary color
Monochromatic Colors of #A934F7
Black with #A934F7
Text Example
Text Example
White with #A934F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A934F7; }
p { color: rgb(169,52,247); }
H1.HeaderClassName
{
color: #A934F7;
}
.AnyTagClassName
{
color: #A934F7;
}
</style>
background-color css
<style>
a { background-color: #A934F7; }
a { background-color: rgb(169,52,247); }
div.DivClassName
{
background-color: #A934F7;
}
.BgClassName
{
background-color: #A934F7;
}
</style>
border-color css
<style>
span { border-color: #A934F7; }
span { border-color: rgb(169,52,247); }
td.TdClassName
{
border-color: #A934F7;
}
.TagClassName
{
border-color: #A934F7;
}
</style>