Shades of Blue Violet #A842FA
Tints of Blue Violet #A842FA
RGB
CMYK
RGB Variations
Color information
#A842FA (or 0xA842FA) is known color: Blue Violet. HEX triplet: A8, 42 and FA. RGB value is (168,66,250). Sum of RGB (Red+Green+Blue) = 168+66+250=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 66 (26.17% from 255 or 13.64% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #A842FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A842FA is #57BD05. Grayscale: #747474. Windows color (decimal): -5750022 or 16401064. OLE color: 16401064.
HSL color Cylindrical-coordinate representation of color #A842FA: hue angle of 273.26º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A842FA is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 66 | 250 | - |
| CMYK | 0.33 | 0.74 | 0 | 0.02 |
| HSL | 273.26º | 0.95% | 0.62% | - |
| HSV(B) | 273.26º | 0.74% | 0.98% | - |
| XYZ | 35.35 | 19.12 | 92.27 | - |
| YUV | 117.47 | 202.79 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 66 | 250 | 0.33 | 0.74 | 0 | 0.02 | 273.26 | 0.95 | 0.62 |
| Hex | A8 | 42 | FA | 21 | 4A | 0 | 2 | 111 | 5F | 3E |
| Octal | 250 | 102 | 372 | 41 | 112 | 0 | 2 | 421 | 137 | 76 |
| Binary | 10101000 | 1000010 | 11111010 | 100001 | 1001010 | 0 | 10 | 100010001 | 1011111 | 111110 |
Color Harmonies of #A842FA
Complementary color
Monochromatic Colors of #A842FA
Black with #A842FA
Text Example
Text Example
White with #A842FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A842FA; }
p { color: rgb(168,66,250); }
H1.HeaderClassName
{
color: #A842FA;
}
.AnyTagClassName
{
color: #A842FA;
}
</style>
background-color css
<style>
a { background-color: #A842FA; }
a { background-color: rgb(168,66,250); }
div.DivClassName
{
background-color: #A842FA;
}
.BgClassName
{
background-color: #A842FA;
}
</style>
border-color css
<style>
span { border-color: #A842FA; }
span { border-color: rgb(168,66,250); }
td.TdClassName
{
border-color: #A842FA;
}
.TagClassName
{
border-color: #A842FA;
}
</style>