Shades of Blue Violet #A445F8
Tints of Blue Violet #A445F8
RGB
CMYK
RGB Variations
Color information
#A445F8 (or 0xA445F8) is known color: Blue Violet. HEX triplet: A4, 45 and F8. RGB value is (164,69,248). Sum of RGB (Red+Green+Blue) = 164+69+248=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 69 (27.34% from 255 or 14.35% from 481); Blue value is 248 (97.27% from 255 or 51.56% from 481); Max value from RGB is 248 - color contains mainly: blue. Hex color #A445F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A445F8 is #5BBA07. Grayscale: #757575. Windows color (decimal): -6011400 or 16270756. OLE color: 16270756.
HSL color Cylindrical-coordinate representation of color #A445F8: hue angle of 271.84º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A445F8 is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 164 | 69 | 248 | - |
| CMYK | 0.34 | 0.72 | 0 | 0.03 |
| HSL | 271.84º | 0.93% | 0.62% | - |
| HSV(B) | 271.84º | 0.72% | 0.97% | - |
| XYZ | 34.38 | 18.93 | 90.65 | - |
| YUV | 117.81 | 201.47 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 69 | 248 | 0.34 | 0.72 | 0 | 0.03 | 271.84 | 0.93 | 0.62 |
| Hex | A4 | 45 | F8 | 22 | 48 | 0 | 3 | 110 | 5D | 3E |
| Octal | 244 | 105 | 370 | 42 | 110 | 0 | 3 | 420 | 135 | 76 |
| Binary | 10100100 | 1000101 | 11111000 | 100010 | 1001000 | 0 | 11 | 100010000 | 1011101 | 111110 |
Color Harmonies of #A445F8
Complementary color
Monochromatic Colors of #A445F8
Black with #A445F8
Text Example
Text Example
White with #A445F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A445F8; }
p { color: rgb(164,69,248); }
H1.HeaderClassName
{
color: #A445F8;
}
.AnyTagClassName
{
color: #A445F8;
}
</style>
background-color css
<style>
a { background-color: #A445F8; }
a { background-color: rgb(164,69,248); }
div.DivClassName
{
background-color: #A445F8;
}
.BgClassName
{
background-color: #A445F8;
}
</style>
border-color css
<style>
span { border-color: #A445F8; }
span { border-color: rgb(164,69,248); }
td.TdClassName
{
border-color: #A445F8;
}
.TagClassName
{
border-color: #A445F8;
}
</style>