Shades of Blue Violet #A025E6
Tints of Blue Violet #A025E6
RGB
CMYK
RGB Variations
Color information
#A025E6 (or 0xA025E6) is known color: Blue Violet. HEX triplet: A0, 25 and E6. RGB value is (160,37,230). Sum of RGB (Red+Green+Blue) = 160+37+230=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 37 (14.84% from 255 or 8.67% from 427); Blue value is 230 (90.23% from 255 or 53.86% from 427); Max value from RGB is 230 - color contains mainly: blue. Hex color #A025E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A025E6 is #5FDA19. Grayscale: #5F5F5F. Windows color (decimal): -6281754 or 15082912. OLE color: 15082912.
HSL color Cylindrical-coordinate representation of color #A025E6: hue angle of 278.24º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A025E6 is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 37 | 230 | - |
| CMYK | 0.30 | 0.84 | 0 | 0.10 |
| HSL | 278.24º | 0.79% | 0.52% | - |
| HSV(B) | 278.24º | 0.84% | 0.9% | - |
| XYZ | 29.44 | 14.51 | 76.11 | - |
| YUV | 95.78 | 203.75 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 37 | 230 | 0.30 | 0.84 | 0 | 0.10 | 278.24 | 0.79 | 0.52 |
| Hex | A0 | 25 | E6 | 1E | 54 | 0 | A | 116 | 4F | 34 |
| Octal | 240 | 45 | 346 | 36 | 124 | 0 | 12 | 426 | 117 | 64 |
| Binary | 10100000 | 100101 | 11100110 | 11110 | 1010100 | 0 | 1010 | 100010110 | 1001111 | 110100 |
Color Harmonies of #A025E6
Complementary color
Monochromatic Colors of #A025E6
Black with #A025E6
Text Example
Text Example
White with #A025E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A025E6; }
p { color: rgb(160,37,230); }
H1.HeaderClassName
{
color: #A025E6;
}
.AnyTagClassName
{
color: #A025E6;
}
</style>
background-color css
<style>
a { background-color: #A025E6; }
a { background-color: rgb(160,37,230); }
div.DivClassName
{
background-color: #A025E6;
}
.BgClassName
{
background-color: #A025E6;
}
</style>
border-color css
<style>
span { border-color: #A025E6; }
span { border-color: rgb(160,37,230); }
td.TdClassName
{
border-color: #A025E6;
}
.TagClassName
{
border-color: #A025E6;
}
</style>