Shades of Blue Violet #A245FF
Tints of Blue Violet #A245FF
RGB
CMYK
RGB Variations
Color information
#A245FF (or 0xA245FF) is known color: Blue Violet. HEX triplet: A2, 45 and FF. RGB value is (162,69,255). Sum of RGB (Red+Green+Blue) = 162+69+255=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 69 (27.34% from 255 or 14.20% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #A245FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A245FF is #5DBA00. Grayscale: #757575. Windows color (decimal): -6142465 or 16729506. OLE color: 16729506.
HSL color Cylindrical-coordinate representation of color #A245FF: hue angle of 270º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A245FF is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 69 | 255 | - |
| CMYK | 0.36 | 0.73 | 0 | 0 |
| HSL | 270º | 1% | 0.64% | - |
| HSV(B) | 270º | 0.73% | 1% | - |
| XYZ | 35.08 | 19.16 | 96.46 | - |
| YUV | 118.01 | 205.31 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 69 | 255 | 0.36 | 0.73 | 0 | 0 | 270 | 1 | 0.64 |
| Hex | A2 | 45 | FF | 24 | 49 | 0 | 0 | 10E | 64 | 40 |
| Octal | 242 | 105 | 377 | 44 | 111 | 0 | 0 | 416 | 144 | 100 |
| Binary | 10100010 | 1000101 | 11111111 | 100100 | 1001001 | 0 | 0 | 100001110 | 1100100 | 1000000 |
Color Harmonies of #A245FF
Complementary color
Monochromatic Colors of #A245FF
Black with #A245FF
Text Example
Text Example
White with #A245FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A245FF; }
p { color: rgb(162,69,255); }
H1.HeaderClassName
{
color: #A245FF;
}
.AnyTagClassName
{
color: #A245FF;
}
</style>
background-color css
<style>
a { background-color: #A245FF; }
a { background-color: rgb(162,69,255); }
div.DivClassName
{
background-color: #A245FF;
}
.BgClassName
{
background-color: #A245FF;
}
</style>
border-color css
<style>
span { border-color: #A245FF; }
span { border-color: rgb(162,69,255); }
td.TdClassName
{
border-color: #A245FF;
}
.TagClassName
{
border-color: #A245FF;
}
</style>