Shades of Blue Violet #A63CF2
Tints of Blue Violet #A63CF2
RGB
CMYK
RGB Variations
Color information
#A63CF2 (or 0xA63CF2) is known color: Blue Violet. HEX triplet: A6, 3C and F2. RGB value is (166,60,242). Sum of RGB (Red+Green+Blue) = 166+60+242=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 60 (23.83% from 255 or 12.82% from 468); Blue value is 242 (94.92% from 255 or 51.71% from 468); Max value from RGB is 242 - color contains mainly: blue. Hex color #A63CF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63CF2 is #59C30D. Grayscale: #6F6F6F. Windows color (decimal): -5882638 or 15875238. OLE color: 15875238.
HSL color Cylindrical-coordinate representation of color #A63CF2: hue angle of 274.95º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A63CF2 is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 60 | 242 | - |
| CMYK | 0.31 | 0.75 | 0 | 0.05 |
| HSL | 274.95º | 0.88% | 0.59% | - |
| HSV(B) | 274.95º | 0.75% | 0.95% | - |
| XYZ | 33.37 | 17.75 | 85.67 | - |
| YUV | 112.44 | 201.12 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 60 | 242 | 0.31 | 0.75 | 0 | 0.05 | 274.95 | 0.88 | 0.59 |
| Hex | A6 | 3C | F2 | 1F | 4B | 0 | 5 | 113 | 58 | 3B |
| Octal | 246 | 74 | 362 | 37 | 113 | 0 | 5 | 423 | 130 | 73 |
| Binary | 10100110 | 111100 | 11110010 | 11111 | 1001011 | 0 | 101 | 100010011 | 1011000 | 111011 |
Color Harmonies of #A63CF2
Complementary color
Monochromatic Colors of #A63CF2
Black with #A63CF2
Text Example
Text Example
White with #A63CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63CF2; }
p { color: rgb(166,60,242); }
H1.HeaderClassName
{
color: #A63CF2;
}
.AnyTagClassName
{
color: #A63CF2;
}
</style>
background-color css
<style>
a { background-color: #A63CF2; }
a { background-color: rgb(166,60,242); }
div.DivClassName
{
background-color: #A63CF2;
}
.BgClassName
{
background-color: #A63CF2;
}
</style>
border-color css
<style>
span { border-color: #A63CF2; }
span { border-color: rgb(166,60,242); }
td.TdClassName
{
border-color: #A63CF2;
}
.TagClassName
{
border-color: #A63CF2;
}
</style>