Shades of Blue Violet #A62BFD
Tints of Blue Violet #A62BFD
RGB
CMYK
RGB Variations
Color information
#A62BFD (or 0xA62BFD) is known color: Blue Violet. HEX triplet: A6, 2B and FD. RGB value is (166,43,253). Sum of RGB (Red+Green+Blue) = 166+43+253=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 43 (17.19% from 255 or 9.31% from 462); Blue value is 253 (99.22% from 255 or 54.76% from 462); Max value from RGB is 253 - color contains mainly: blue. Hex color #A62BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A62BFD is #59D402. Grayscale: #666666. Windows color (decimal): -5886979 or 16591782. OLE color: 16591782.
HSL color Cylindrical-coordinate representation of color #A62BFD: hue angle of 275.14º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A62BFD is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 43 | 253 | - |
| CMYK | 0.34 | 0.83 | 0 | 0.01 |
| HSL | 275.14º | 0.98% | 0.58% | - |
| HSV(B) | 275.14º | 0.83% | 0.99% | - |
| XYZ | 34.32 | 16.93 | 94.39 | - |
| YUV | 103.72 | 212.25 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 43 | 253 | 0.34 | 0.83 | 0 | 0.01 | 275.14 | 0.98 | 0.58 |
| Hex | A6 | 2B | FD | 22 | 53 | 0 | 1 | 113 | 62 | 3A |
| Octal | 246 | 53 | 375 | 42 | 123 | 0 | 1 | 423 | 142 | 72 |
| Binary | 10100110 | 101011 | 11111101 | 100010 | 1010011 | 0 | 1 | 100010011 | 1100010 | 111010 |
Color Harmonies of #A62BFD
Complementary color
Monochromatic Colors of #A62BFD
Black with #A62BFD
Text Example
Text Example
White with #A62BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62BFD; }
p { color: rgb(166,43,253); }
H1.HeaderClassName
{
color: #A62BFD;
}
.AnyTagClassName
{
color: #A62BFD;
}
</style>
background-color css
<style>
a { background-color: #A62BFD; }
a { background-color: rgb(166,43,253); }
div.DivClassName
{
background-color: #A62BFD;
}
.BgClassName
{
background-color: #A62BFD;
}
</style>
border-color css
<style>
span { border-color: #A62BFD; }
span { border-color: rgb(166,43,253); }
td.TdClassName
{
border-color: #A62BFD;
}
.TagClassName
{
border-color: #A62BFD;
}
</style>