Shades of Blue Violet #A523F8
Tints of Blue Violet #A523F8
RGB
CMYK
RGB Variations
Color information
#A523F8 (or 0xA523F8) is known color: Blue Violet. HEX triplet: A5, 23 and F8. RGB value is (165,35,248). Sum of RGB (Red+Green+Blue) = 165+35+248=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 35 (14.06% from 255 or 7.81% from 448); Blue value is 248 (97.27% from 255 or 55.36% from 448); Max value from RGB is 248 - color contains mainly: blue. Hex color #A523F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A523F8 is #5ADC07. Grayscale: #616161. Windows color (decimal): -5954568 or 16262053. OLE color: 16262053.
HSL color Cylindrical-coordinate representation of color #A523F8: hue angle of 276.62º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A523F8 is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 165 | 35 | 248 | - |
| CMYK | 0.33 | 0.86 | 0 | 0.03 |
| HSL | 276.62º | 0.94% | 0.55% | - |
| HSV(B) | 276.62º | 0.86% | 0.97% | - |
| XYZ | 33.06 | 15.98 | 90.15 | - |
| YUV | 98.15 | 212.57 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 35 | 248 | 0.33 | 0.86 | 0 | 0.03 | 276.62 | 0.94 | 0.55 |
| Hex | A5 | 23 | F8 | 21 | 56 | 0 | 3 | 115 | 5E | 37 |
| Octal | 245 | 43 | 370 | 41 | 126 | 0 | 3 | 425 | 136 | 67 |
| Binary | 10100101 | 100011 | 11111000 | 100001 | 1010110 | 0 | 11 | 100010101 | 1011110 | 110111 |
Color Harmonies of #A523F8
Complementary color
Monochromatic Colors of #A523F8
Black with #A523F8
Text Example
Text Example
White with #A523F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A523F8; }
p { color: rgb(165,35,248); }
H1.HeaderClassName
{
color: #A523F8;
}
.AnyTagClassName
{
color: #A523F8;
}
</style>
background-color css
<style>
a { background-color: #A523F8; }
a { background-color: rgb(165,35,248); }
div.DivClassName
{
background-color: #A523F8;
}
.BgClassName
{
background-color: #A523F8;
}
</style>
border-color css
<style>
span { border-color: #A523F8; }
span { border-color: rgb(165,35,248); }
td.TdClassName
{
border-color: #A523F8;
}
.TagClassName
{
border-color: #A523F8;
}
</style>