Shades of Blue Violet #A523FE
Tints of Blue Violet #A523FE
RGB
CMYK
RGB Variations
Color information
#A523FE (or 0xA523FE) is known color: Blue Violet. HEX triplet: A5, 23 and FE. RGB value is (165,35,254). Sum of RGB (Red+Green+Blue) = 165+35+254=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 35 (14.06% from 255 or 7.71% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #A523FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A523FE is #5ADC01. Grayscale: #626262. Windows color (decimal): -5954562 or 16655269. OLE color: 16655269.
HSL color Cylindrical-coordinate representation of color #A523FE: hue angle of 275.62º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A523FE is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 35 | 254 | - |
| CMYK | 0.35 | 0.86 | 0 | 0.00 |
| HSL | 275.62º | 0.99% | 0.57% | - |
| HSV(B) | 275.62º | 0.86% | 1% | - |
| XYZ | 34.01 | 16.36 | 95.13 | - |
| YUV | 98.84 | 215.57 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 35 | 254 | 0.35 | 0.86 | 0 | 0.00 | 275.62 | 0.99 | 0.57 |
| Hex | A5 | 23 | FE | 23 | 56 | 0 | 0 | 114 | 63 | 39 |
| Octal | 245 | 43 | 376 | 43 | 126 | 0 | 0 | 424 | 143 | 71 |
| Binary | 10100101 | 100011 | 11111110 | 100011 | 1010110 | 0 | 0 | 100010100 | 1100011 | 111001 |
Color Harmonies of #A523FE
Complementary color
Monochromatic Colors of #A523FE
Black with #A523FE
Text Example
Text Example
White with #A523FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A523FE; }
p { color: rgb(165,35,254); }
H1.HeaderClassName
{
color: #A523FE;
}
.AnyTagClassName
{
color: #A523FE;
}
</style>
background-color css
<style>
a { background-color: #A523FE; }
a { background-color: rgb(165,35,254); }
div.DivClassName
{
background-color: #A523FE;
}
.BgClassName
{
background-color: #A523FE;
}
</style>
border-color css
<style>
span { border-color: #A523FE; }
span { border-color: rgb(165,35,254); }
td.TdClassName
{
border-color: #A523FE;
}
.TagClassName
{
border-color: #A523FE;
}
</style>