Shades of Blue Violet #A33CFD
Tints of Blue Violet #A33CFD
RGB
CMYK
RGB Variations
Color information
#A33CFD (or 0xA33CFD) is known color: Blue Violet. HEX triplet: A3, 3C and FD. RGB value is (163,60,253). Sum of RGB (Red+Green+Blue) = 163+60+253=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 60 (23.83% from 255 or 12.61% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #A33CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A33CFD is #5CC302. Grayscale: #707070. Windows color (decimal): -6079235 or 16596131. OLE color: 16596131.
HSL color Cylindrical-coordinate representation of color #A33CFD: hue angle of 272.02º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A33CFD is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 60 | 253 | - |
| CMYK | 0.36 | 0.76 | 0 | 0.01 |
| HSL | 272.02º | 0.98% | 0.61% | - |
| HSV(B) | 272.02º | 0.76% | 0.99% | - |
| XYZ | 34.45 | 18.11 | 94.61 | - |
| YUV | 112.8 | 207.12 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 60 | 253 | 0.36 | 0.76 | 0 | 0.01 | 272.02 | 0.98 | 0.61 |
| Hex | A3 | 3C | FD | 24 | 4C | 0 | 1 | 110 | 62 | 3D |
| Octal | 243 | 74 | 375 | 44 | 114 | 0 | 1 | 420 | 142 | 75 |
| Binary | 10100011 | 111100 | 11111101 | 100100 | 1001100 | 0 | 1 | 100010000 | 1100010 | 111101 |
Color Harmonies of #A33CFD
Complementary color
Monochromatic Colors of #A33CFD
Black with #A33CFD
Text Example
Text Example
White with #A33CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33CFD; }
p { color: rgb(163,60,253); }
H1.HeaderClassName
{
color: #A33CFD;
}
.AnyTagClassName
{
color: #A33CFD;
}
</style>
background-color css
<style>
a { background-color: #A33CFD; }
a { background-color: rgb(163,60,253); }
div.DivClassName
{
background-color: #A33CFD;
}
.BgClassName
{
background-color: #A33CFD;
}
</style>
border-color css
<style>
span { border-color: #A33CFD; }
span { border-color: rgb(163,60,253); }
td.TdClassName
{
border-color: #A33CFD;
}
.TagClassName
{
border-color: #A33CFD;
}
</style>