Shades of Blue Violet #A643F8
Tints of Blue Violet #A643F8
RGB
CMYK
RGB Variations
Color information
#A643F8 (or 0xA643F8) is known color: Blue Violet. HEX triplet: A6, 43 and F8. RGB value is (166,67,248). Sum of RGB (Red+Green+Blue) = 166+67+248=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 67 (26.56% from 255 or 13.93% 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 #A643F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A643F8 is #59BC07. Grayscale: #747474. Windows color (decimal): -5880840 or 16270246. OLE color: 16270246.
HSL color Cylindrical-coordinate representation of color #A643F8: hue angle of 272.82º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A643F8 is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 67 | 248 | - |
| CMYK | 0.33 | 0.73 | 0 | 0.03 |
| HSL | 272.82º | 0.93% | 0.62% | - |
| HSV(B) | 272.82º | 0.73% | 0.97% | - |
| XYZ | 34.68 | 18.9 | 90.63 | - |
| YUV | 117.24 | 201.8 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 67 | 248 | 0.33 | 0.73 | 0 | 0.03 | 272.82 | 0.93 | 0.62 |
| Hex | A6 | 43 | F8 | 21 | 49 | 0 | 3 | 111 | 5D | 3E |
| Octal | 246 | 103 | 370 | 41 | 111 | 0 | 3 | 421 | 135 | 76 |
| Binary | 10100110 | 1000011 | 11111000 | 100001 | 1001001 | 0 | 11 | 100010001 | 1011101 | 111110 |
Color Harmonies of #A643F8
Complementary color
Monochromatic Colors of #A643F8
Black with #A643F8
Text Example
Text Example
White with #A643F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A643F8; }
p { color: rgb(166,67,248); }
H1.HeaderClassName
{
color: #A643F8;
}
.AnyTagClassName
{
color: #A643F8;
}
</style>
background-color css
<style>
a { background-color: #A643F8; }
a { background-color: rgb(166,67,248); }
div.DivClassName
{
background-color: #A643F8;
}
.BgClassName
{
background-color: #A643F8;
}
</style>
border-color css
<style>
span { border-color: #A643F8; }
span { border-color: rgb(166,67,248); }
td.TdClassName
{
border-color: #A643F8;
}
.TagClassName
{
border-color: #A643F8;
}
</style>