Shades of Blue Violet #A630FD
Tints of Blue Violet #A630FD
RGB
CMYK
RGB Variations
Color information
#A630FD (or 0xA630FD) is known color: Blue Violet. HEX triplet: A6, 30 and FD. RGB value is (166,48,253). Sum of RGB (Red+Green+Blue) = 166+48+253=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 48 (19.14% from 255 or 10.28% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #A630FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A630FD is #59CF02. Grayscale: #696969. Windows color (decimal): -5885699 or 16593062. OLE color: 16593062.
HSL color Cylindrical-coordinate representation of color #A630FD: hue angle of 274.54º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A630FD is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 48 | 253 | - |
| CMYK | 0.34 | 0.81 | 0 | 0.01 |
| HSL | 274.54º | 0.98% | 0.59% | - |
| HSV(B) | 274.54º | 0.81% | 0.99% | - |
| XYZ | 34.51 | 17.31 | 94.45 | - |
| YUV | 106.65 | 210.59 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 48 | 253 | 0.34 | 0.81 | 0 | 0.01 | 274.54 | 0.98 | 0.59 |
| Hex | A6 | 30 | FD | 22 | 51 | 0 | 1 | 113 | 62 | 3B |
| Octal | 246 | 60 | 375 | 42 | 121 | 0 | 1 | 423 | 142 | 73 |
| Binary | 10100110 | 110000 | 11111101 | 100010 | 1010001 | 0 | 1 | 100010011 | 1100010 | 111011 |
Color Harmonies of #A630FD
Complementary color
Monochromatic Colors of #A630FD
Black with #A630FD
Text Example
Text Example
White with #A630FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A630FD; }
p { color: rgb(166,48,253); }
H1.HeaderClassName
{
color: #A630FD;
}
.AnyTagClassName
{
color: #A630FD;
}
</style>
background-color css
<style>
a { background-color: #A630FD; }
a { background-color: rgb(166,48,253); }
div.DivClassName
{
background-color: #A630FD;
}
.BgClassName
{
background-color: #A630FD;
}
</style>
border-color css
<style>
span { border-color: #A630FD; }
span { border-color: rgb(166,48,253); }
td.TdClassName
{
border-color: #A630FD;
}
.TagClassName
{
border-color: #A630FD;
}
</style>