Shades of Violet Blue #AA38A6
Tints of Violet Blue #AA38A6
RGB
CMYK
RGB Variations
Color information
#AA38A6 (or 0xAA38A6) is known color: Violet Blue. HEX triplet: AA, 38 and A6. RGB value is (170,56,166). Sum of RGB (Red+Green+Blue) = 170+56+166=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 56 (22.27% from 255 or 14.29% from 392); Blue value is 166 (65.23% from 255 or 42.35% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA38A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA38A6 is #55C759. Grayscale: #666666. Windows color (decimal): -5621594 or 10893482. OLE color: 10893482.
HSL color Cylindrical-coordinate representation of color #AA38A6: hue angle of 302.11º 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 #AA38A6 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 56 | 166 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.33 |
| HSL | 302.11º | 0.5% | 0.44% | - |
| HSV(B) | 302.11º | 0.67% | 0.67% | - |
| XYZ | 24.87 | 14.13 | 37.49 | - |
| YUV | 102.63 | 163.77 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 166 | 0 | 0.67 | 0.02 | 0.33 | 302.11 | 0.5 | 0.44 |
| Hex | AA | 38 | A6 | 0 | 43 | 2 | 21 | 12E | 32 | 2C |
| Octal | 252 | 70 | 246 | 0 | 103 | 2 | 41 | 456 | 62 | 54 |
| Binary | 10101010 | 111000 | 10100110 | 0 | 1000011 | 10 | 100001 | 100101110 | 110010 | 101100 |
Color Harmonies of #AA38A6
Complementary color
Monochromatic Colors of #AA38A6
Black with #AA38A6
Text Example
Text Example
White with #AA38A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA38A6; }
p { color: rgb(170,56,166); }
H1.HeaderClassName
{
color: #AA38A6;
}
.AnyTagClassName
{
color: #AA38A6;
}
</style>
background-color css
<style>
a { background-color: #AA38A6; }
a { background-color: rgb(170,56,166); }
div.DivClassName
{
background-color: #AA38A6;
}
.BgClassName
{
background-color: #AA38A6;
}
</style>
border-color css
<style>
span { border-color: #AA38A6; }
span { border-color: rgb(170,56,166); }
td.TdClassName
{
border-color: #AA38A6;
}
.TagClassName
{
border-color: #AA38A6;
}
</style>