Shades of Blue Violet #A236FF
Tints of Blue Violet #A236FF
RGB
CMYK
RGB Variations
Color information
#A236FF (or 0xA236FF) is known color: Blue Violet. HEX triplet: A2, 36 and FF. RGB value is (162,54,255). Sum of RGB (Red+Green+Blue) = 162+54+255=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 54 (21.48% from 255 or 11.46% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #A236FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A236FF is #5DC900. Grayscale: #6C6C6C. Windows color (decimal): -6146305 or 16725666. OLE color: 16725666.
HSL color Cylindrical-coordinate representation of color #A236FF: hue angle of 272.24º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A236FF is Cyan = 0.36, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 54 | 255 | - |
| CMYK | 0.36 | 0.79 | 0 | 0 |
| HSL | 272.24º | 1% | 0.61% | - |
| HSV(B) | 272.24º | 0.79% | 1% | - |
| XYZ | 34.27 | 17.54 | 96.19 | - |
| YUV | 109.21 | 210.28 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 54 | 255 | 0.36 | 0.79 | 0 | 0 | 272.24 | 1 | 0.61 |
| Hex | A2 | 36 | FF | 24 | 4F | 0 | 0 | 110 | 64 | 3D |
| Octal | 242 | 66 | 377 | 44 | 117 | 0 | 0 | 420 | 144 | 75 |
| Binary | 10100010 | 110110 | 11111111 | 100100 | 1001111 | 0 | 0 | 100010000 | 1100100 | 111101 |
Color Harmonies of #A236FF
Complementary color
Monochromatic Colors of #A236FF
Black with #A236FF
Text Example
Text Example
White with #A236FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A236FF; }
p { color: rgb(162,54,255); }
H1.HeaderClassName
{
color: #A236FF;
}
.AnyTagClassName
{
color: #A236FF;
}
</style>
background-color css
<style>
a { background-color: #A236FF; }
a { background-color: rgb(162,54,255); }
div.DivClassName
{
background-color: #A236FF;
}
.BgClassName
{
background-color: #A236FF;
}
</style>
border-color css
<style>
span { border-color: #A236FF; }
span { border-color: rgb(162,54,255); }
td.TdClassName
{
border-color: #A236FF;
}
.TagClassName
{
border-color: #A236FF;
}
</style>