Shades of Blue Violet #A325FD
Tints of Blue Violet #A325FD
RGB
CMYK
RGB Variations
Color information
#A325FD (or 0xA325FD) is known color: Blue Violet. HEX triplet: A3, 25 and FD. RGB value is (163,37,253). Sum of RGB (Red+Green+Blue) = 163+37+253=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 37 (14.84% from 255 or 8.17% from 453); Blue value is 253 (99.22% from 255 or 55.85% from 453); Max value from RGB is 253 - color contains mainly: blue. Hex color #A325FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A325FD is #5CDA02. Grayscale: #626262. Windows color (decimal): -6085123 or 16590243. OLE color: 16590243.
HSL color Cylindrical-coordinate representation of color #A325FD: hue angle of 275º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A325FD is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 37 | 253 | - |
| CMYK | 0.36 | 0.85 | 0 | 0.01 |
| HSL | 275º | 0.98% | 0.57% | - |
| HSV(B) | 275º | 0.85% | 0.99% | - |
| XYZ | 33.5 | 16.2 | 94.29 | - |
| YUV | 99.3 | 214.74 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 37 | 253 | 0.36 | 0.85 | 0 | 0.01 | 275 | 0.98 | 0.57 |
| Hex | A3 | 25 | FD | 24 | 55 | 0 | 1 | 113 | 62 | 39 |
| Octal | 243 | 45 | 375 | 44 | 125 | 0 | 1 | 423 | 142 | 71 |
| Binary | 10100011 | 100101 | 11111101 | 100100 | 1010101 | 0 | 1 | 100010011 | 1100010 | 111001 |
Color Harmonies of #A325FD
Complementary color
Monochromatic Colors of #A325FD
Black with #A325FD
Text Example
Text Example
White with #A325FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A325FD; }
p { color: rgb(163,37,253); }
H1.HeaderClassName
{
color: #A325FD;
}
.AnyTagClassName
{
color: #A325FD;
}
</style>
background-color css
<style>
a { background-color: #A325FD; }
a { background-color: rgb(163,37,253); }
div.DivClassName
{
background-color: #A325FD;
}
.BgClassName
{
background-color: #A325FD;
}
</style>
border-color css
<style>
span { border-color: #A325FD; }
span { border-color: rgb(163,37,253); }
td.TdClassName
{
border-color: #A325FD;
}
.TagClassName
{
border-color: #A325FD;
}
</style>