Shades of Blue Violet #A536FE
Tints of Blue Violet #A536FE
RGB
CMYK
RGB Variations
Color information
#A536FE (or 0xA536FE) is known color: Blue Violet. HEX triplet: A5, 36 and FE. RGB value is (165,54,254). Sum of RGB (Red+Green+Blue) = 165+54+254=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 54 (21.48% from 255 or 11.42% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #A536FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A536FE is #5AC901. Grayscale: #6D6D6D. Windows color (decimal): -5949698 or 16660133. OLE color: 16660133.
HSL color Cylindrical-coordinate representation of color #A536FE: hue angle of 273.3º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A536FE is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 54 | 254 | - |
| CMYK | 0.35 | 0.79 | 0 | 0.00 |
| HSL | 273.3º | 0.99% | 0.6% | - |
| HSV(B) | 273.3º | 0.79% | 1% | - |
| XYZ | 34.73 | 17.79 | 95.37 | - |
| YUV | 109.99 | 209.27 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 54 | 254 | 0.35 | 0.79 | 0 | 0.00 | 273.3 | 0.99 | 0.6 |
| Hex | A5 | 36 | FE | 23 | 4F | 0 | 0 | 111 | 63 | 3C |
| Octal | 245 | 66 | 376 | 43 | 117 | 0 | 0 | 421 | 143 | 74 |
| Binary | 10100101 | 110110 | 11111110 | 100011 | 1001111 | 0 | 0 | 100010001 | 1100011 | 111100 |
Color Harmonies of #A536FE
Complementary color
Monochromatic Colors of #A536FE
Black with #A536FE
Text Example
Text Example
White with #A536FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A536FE; }
p { color: rgb(165,54,254); }
H1.HeaderClassName
{
color: #A536FE;
}
.AnyTagClassName
{
color: #A536FE;
}
</style>
background-color css
<style>
a { background-color: #A536FE; }
a { background-color: rgb(165,54,254); }
div.DivClassName
{
background-color: #A536FE;
}
.BgClassName
{
background-color: #A536FE;
}
</style>
border-color css
<style>
span { border-color: #A536FE; }
span { border-color: rgb(165,54,254); }
td.TdClassName
{
border-color: #A536FE;
}
.TagClassName
{
border-color: #A536FE;
}
</style>