Shades of Violet Blue #AA38A2
Tints of Violet Blue #AA38A2
RGB
CMYK
RGB Variations
Color information
#AA38A2 (or 0xAA38A2) is known color: Violet Blue. HEX triplet: AA, 38 and A2. RGB value is (170,56,162). Sum of RGB (Red+Green+Blue) = 170+56+162=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 56 (22.27% from 255 or 14.43% from 388); Blue value is 162 (63.67% from 255 or 41.75% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA38A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA38A2 is #55C75D. Grayscale: #656565. Windows color (decimal): -5621598 or 10631338. OLE color: 10631338.
HSL color Cylindrical-coordinate representation of color #AA38A2: hue angle of 304.21º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA38A2 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 56 | 162 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.33 |
| HSL | 304.21º | 0.5% | 0.44% | - |
| HSV(B) | 304.21º | 0.67% | 0.67% | - |
| XYZ | 24.51 | 13.98 | 35.59 | - |
| YUV | 102.17 | 161.77 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 162 | 0 | 0.67 | 0.05 | 0.33 | 304.21 | 0.5 | 0.44 |
| Hex | AA | 38 | A2 | 0 | 43 | 5 | 21 | 130 | 32 | 2C |
| Octal | 252 | 70 | 242 | 0 | 103 | 5 | 41 | 460 | 62 | 54 |
| Binary | 10101010 | 111000 | 10100010 | 0 | 1000011 | 101 | 100001 | 100110000 | 110010 | 101100 |
Color Harmonies of #AA38A2
Complementary color
Monochromatic Colors of #AA38A2
Black with #AA38A2
Text Example
Text Example
White with #AA38A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA38A2; }
p { color: rgb(170,56,162); }
H1.HeaderClassName
{
color: #AA38A2;
}
.AnyTagClassName
{
color: #AA38A2;
}
</style>
background-color css
<style>
a { background-color: #AA38A2; }
a { background-color: rgb(170,56,162); }
div.DivClassName
{
background-color: #AA38A2;
}
.BgClassName
{
background-color: #AA38A2;
}
</style>
border-color css
<style>
span { border-color: #AA38A2; }
span { border-color: rgb(170,56,162); }
td.TdClassName
{
border-color: #AA38A2;
}
.TagClassName
{
border-color: #AA38A2;
}
</style>