Shades of Blue Violet #AA3CFC
Tints of Blue Violet #AA3CFC
RGB
CMYK
RGB Variations
Color information
#AA3CFC (or 0xAA3CFC) is known color: Blue Violet. HEX triplet: AA, 3C and FC. RGB value is (170,60,252). Sum of RGB (Red+Green+Blue) = 170+60+252=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 60 (23.83% from 255 or 12.45% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA3CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3CFC is #55C303. Grayscale: #727272. Windows color (decimal): -5620484 or 16530602. OLE color: 16530602.
HSL color Cylindrical-coordinate representation of color #AA3CFC: hue angle of 274.38º degrees, saturation: 0.97, 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 #AA3CFC is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 60 | 252 | - |
| CMYK | 0.33 | 0.76 | 0 | 0.01 |
| HSL | 274.38º | 0.97% | 0.61% | - |
| HSV(B) | 274.38º | 0.76% | 0.99% | - |
| XYZ | 35.76 | 18.81 | 93.84 | - |
| YUV | 114.78 | 205.44 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 60 | 252 | 0.33 | 0.76 | 0 | 0.01 | 274.38 | 0.97 | 0.61 |
| Hex | AA | 3C | FC | 21 | 4C | 0 | 1 | 112 | 61 | 3D |
| Octal | 252 | 74 | 374 | 41 | 114 | 0 | 1 | 422 | 141 | 75 |
| Binary | 10101010 | 111100 | 11111100 | 100001 | 1001100 | 0 | 1 | 100010010 | 1100001 | 111101 |
Color Harmonies of #AA3CFC
Complementary color
Monochromatic Colors of #AA3CFC
Black with #AA3CFC
Text Example
Text Example
White with #AA3CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3CFC; }
p { color: rgb(170,60,252); }
H1.HeaderClassName
{
color: #AA3CFC;
}
.AnyTagClassName
{
color: #AA3CFC;
}
</style>
background-color css
<style>
a { background-color: #AA3CFC; }
a { background-color: rgb(170,60,252); }
div.DivClassName
{
background-color: #AA3CFC;
}
.BgClassName
{
background-color: #AA3CFC;
}
</style>
border-color css
<style>
span { border-color: #AA3CFC; }
span { border-color: rgb(170,60,252); }
td.TdClassName
{
border-color: #AA3CFC;
}
.TagClassName
{
border-color: #AA3CFC;
}
</style>