Shades of Blue Violet #A92BFD
Tints of Blue Violet #A92BFD
RGB
CMYK
RGB Variations
Color information
#A92BFD (or 0xA92BFD) is known color: Blue Violet. HEX triplet: A9, 2B and FD. RGB value is (169,43,253). Sum of RGB (Red+Green+Blue) = 169+43+253=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 43 (17.19% from 255 or 9.25% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #A92BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A92BFD is #56D402. Grayscale: #676767. Windows color (decimal): -5690371 or 16591785. OLE color: 16591785.
HSL color Cylindrical-coordinate representation of color #A92BFD: hue angle of 276º 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 #A92BFD is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 43 | 253 | - |
| CMYK | 0.33 | 0.83 | 0 | 0.01 |
| HSL | 276º | 0.98% | 0.58% | - |
| HSV(B) | 276º | 0.83% | 0.99% | - |
| XYZ | 34.96 | 17.25 | 94.42 | - |
| YUV | 104.61 | 211.74 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 43 | 253 | 0.33 | 0.83 | 0 | 0.01 | 276 | 0.98 | 0.58 |
| Hex | A9 | 2B | FD | 21 | 53 | 0 | 1 | 114 | 62 | 3A |
| Octal | 251 | 53 | 375 | 41 | 123 | 0 | 1 | 424 | 142 | 72 |
| Binary | 10101001 | 101011 | 11111101 | 100001 | 1010011 | 0 | 1 | 100010100 | 1100010 | 111010 |
Color Harmonies of #A92BFD
Complementary color
Monochromatic Colors of #A92BFD
Black with #A92BFD
Text Example
Text Example
White with #A92BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92BFD; }
p { color: rgb(169,43,253); }
H1.HeaderClassName
{
color: #A92BFD;
}
.AnyTagClassName
{
color: #A92BFD;
}
</style>
background-color css
<style>
a { background-color: #A92BFD; }
a { background-color: rgb(169,43,253); }
div.DivClassName
{
background-color: #A92BFD;
}
.BgClassName
{
background-color: #A92BFD;
}
</style>
border-color css
<style>
span { border-color: #A92BFD; }
span { border-color: rgb(169,43,253); }
td.TdClassName
{
border-color: #A92BFD;
}
.TagClassName
{
border-color: #A92BFD;
}
</style>