Shades of Blue Violet #A52BFC
Tints of Blue Violet #A52BFC
RGB
CMYK
RGB Variations
Color information
#A52BFC (or 0xA52BFC) is known color: Blue Violet. HEX triplet: A5, 2B and FC. RGB value is (165,43,252). Sum of RGB (Red+Green+Blue) = 165+43+252=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 43 (17.19% from 255 or 9.35% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #A52BFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A52BFC is #5AD403. Grayscale: #666666. Windows color (decimal): -5952516 or 16526245. OLE color: 16526245.
HSL color Cylindrical-coordinate representation of color #A52BFC: hue angle of 275.02º degrees, saturation: 0.97, 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 #A52BFC is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 43 | 252 | - |
| CMYK | 0.35 | 0.83 | 0 | 0.01 |
| HSL | 275.02º | 0.97% | 0.58% | - |
| HSV(B) | 275.02º | 0.83% | 0.99% | - |
| XYZ | 33.95 | 16.76 | 93.54 | - |
| YUV | 103.3 | 211.92 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 43 | 252 | 0.35 | 0.83 | 0 | 0.01 | 275.02 | 0.97 | 0.58 |
| Hex | A5 | 2B | FC | 23 | 53 | 0 | 1 | 113 | 61 | 3A |
| Octal | 245 | 53 | 374 | 43 | 123 | 0 | 1 | 423 | 141 | 72 |
| Binary | 10100101 | 101011 | 11111100 | 100011 | 1010011 | 0 | 1 | 100010011 | 1100001 | 111010 |
Color Harmonies of #A52BFC
Complementary color
Monochromatic Colors of #A52BFC
Black with #A52BFC
Text Example
Text Example
White with #A52BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52BFC; }
p { color: rgb(165,43,252); }
H1.HeaderClassName
{
color: #A52BFC;
}
.AnyTagClassName
{
color: #A52BFC;
}
</style>
background-color css
<style>
a { background-color: #A52BFC; }
a { background-color: rgb(165,43,252); }
div.DivClassName
{
background-color: #A52BFC;
}
.BgClassName
{
background-color: #A52BFC;
}
</style>
border-color css
<style>
span { border-color: #A52BFC; }
span { border-color: rgb(165,43,252); }
td.TdClassName
{
border-color: #A52BFC;
}
.TagClassName
{
border-color: #A52BFC;
}
</style>