Shades of Blue Violet #A52CFF
Tints of Blue Violet #A52CFF
RGB
CMYK
RGB Variations
Color information
#A52CFF (or 0xA52CFF) is known color: Blue Violet. HEX triplet: A5, 2C and FF. RGB value is (165,44,255). Sum of RGB (Red+Green+Blue) = 165+44+255=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 44 (17.58% from 255 or 9.48% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #A52CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A52CFF is #5AD300. Grayscale: #676767. Windows color (decimal): -5952257 or 16723109. OLE color: 16723109.
HSL color Cylindrical-coordinate representation of color #A52CFF: hue angle of 274.41º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A52CFF is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 44 | 255 | - |
| CMYK | 0.35 | 0.83 | 0 | 0 |
| HSL | 274.41º | 1% | 0.59% | - |
| HSV(B) | 274.41º | 0.83% | 1% | - |
| XYZ | 34.47 | 17.02 | 96.08 | - |
| YUV | 104.23 | 213.09 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 44 | 255 | 0.35 | 0.83 | 0 | 0 | 274.41 | 1 | 0.59 |
| Hex | A5 | 2C | FF | 23 | 53 | 0 | 0 | 112 | 64 | 3B |
| Octal | 245 | 54 | 377 | 43 | 123 | 0 | 0 | 422 | 144 | 73 |
| Binary | 10100101 | 101100 | 11111111 | 100011 | 1010011 | 0 | 0 | 100010010 | 1100100 | 111011 |
Color Harmonies of #A52CFF
Complementary color
Monochromatic Colors of #A52CFF
Black with #A52CFF
Text Example
Text Example
White with #A52CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52CFF; }
p { color: rgb(165,44,255); }
H1.HeaderClassName
{
color: #A52CFF;
}
.AnyTagClassName
{
color: #A52CFF;
}
</style>
background-color css
<style>
a { background-color: #A52CFF; }
a { background-color: rgb(165,44,255); }
div.DivClassName
{
background-color: #A52CFF;
}
.BgClassName
{
background-color: #A52CFF;
}
</style>
border-color css
<style>
span { border-color: #A52CFF; }
span { border-color: rgb(165,44,255); }
td.TdClassName
{
border-color: #A52CFF;
}
.TagClassName
{
border-color: #A52CFF;
}
</style>