Shades of Blue Violet #A323FD
Tints of Blue Violet #A323FD
RGB
CMYK
RGB Variations
Color information
#A323FD (or 0xA323FD) is known color: Blue Violet. HEX triplet: A3, 23 and FD. RGB value is (163,35,253). Sum of RGB (Red+Green+Blue) = 163+35+253=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 35 (14.06% from 255 or 7.76% from 451); Blue value is 253 (99.22% from 255 or 56.10% from 451); Max value from RGB is 253 - color contains mainly: blue. Hex color #A323FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A323FD is #5CDC02. Grayscale: #616161. Windows color (decimal): -6085635 or 16589731. OLE color: 16589731.
HSL color Cylindrical-coordinate representation of color #A323FD: hue angle of 275.23º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A323FD is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 35 | 253 | - |
| CMYK | 0.36 | 0.86 | 0 | 0.01 |
| HSL | 275.23º | 0.98% | 0.56% | - |
| HSV(B) | 275.23º | 0.86% | 0.99% | - |
| XYZ | 33.43 | 16.08 | 94.27 | - |
| YUV | 98.12 | 215.41 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 35 | 253 | 0.36 | 0.86 | 0 | 0.01 | 275.23 | 0.98 | 0.56 |
| Hex | A3 | 23 | FD | 24 | 56 | 0 | 1 | 113 | 62 | 38 |
| Octal | 243 | 43 | 375 | 44 | 126 | 0 | 1 | 423 | 142 | 70 |
| Binary | 10100011 | 100011 | 11111101 | 100100 | 1010110 | 0 | 1 | 100010011 | 1100010 | 111000 |
Color Harmonies of #A323FD
Complementary color
Monochromatic Colors of #A323FD
Black with #A323FD
Text Example
Text Example
White with #A323FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A323FD; }
p { color: rgb(163,35,253); }
H1.HeaderClassName
{
color: #A323FD;
}
.AnyTagClassName
{
color: #A323FD;
}
</style>
background-color css
<style>
a { background-color: #A323FD; }
a { background-color: rgb(163,35,253); }
div.DivClassName
{
background-color: #A323FD;
}
.BgClassName
{
background-color: #A323FD;
}
</style>
border-color css
<style>
span { border-color: #A323FD; }
span { border-color: rgb(163,35,253); }
td.TdClassName
{
border-color: #A323FD;
}
.TagClassName
{
border-color: #A323FD;
}
</style>