Shades of Violet Blue #AA38A8
Tints of Violet Blue #AA38A8
RGB
CMYK
RGB Variations
Color information
#AA38A8 (or 0xAA38A8) is known color: Violet Blue. HEX triplet: AA, 38 and A8. RGB value is (170,56,168). Sum of RGB (Red+Green+Blue) = 170+56+168=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 56 (22.27% from 255 or 14.21% from 394); Blue value is 168 (66.02% from 255 or 42.64% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA38A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA38A8 is #55C757. Grayscale: #666666. Windows color (decimal): -5621592 or 11024554. OLE color: 11024554.
HSL color Cylindrical-coordinate representation of color #AA38A8: hue angle of 301.05º 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 #AA38A8 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 56 | 168 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.33 |
| HSL | 301.05º | 0.5% | 0.44% | - |
| HSV(B) | 301.05º | 0.67% | 0.67% | - |
| XYZ | 25.06 | 14.2 | 38.47 | - |
| YUV | 102.85 | 164.77 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 168 | 0 | 0.67 | 0.01 | 0.33 | 301.05 | 0.5 | 0.44 |
| Hex | AA | 38 | A8 | 0 | 43 | 1 | 21 | 12D | 32 | 2C |
| Octal | 252 | 70 | 250 | 0 | 103 | 1 | 41 | 455 | 62 | 54 |
| Binary | 10101010 | 111000 | 10101000 | 0 | 1000011 | 1 | 100001 | 100101101 | 110010 | 101100 |
Color Harmonies of #AA38A8
Complementary color
Monochromatic Colors of #AA38A8
Black with #AA38A8
Text Example
Text Example
White with #AA38A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA38A8; }
p { color: rgb(170,56,168); }
H1.HeaderClassName
{
color: #AA38A8;
}
.AnyTagClassName
{
color: #AA38A8;
}
</style>
background-color css
<style>
a { background-color: #AA38A8; }
a { background-color: rgb(170,56,168); }
div.DivClassName
{
background-color: #AA38A8;
}
.BgClassName
{
background-color: #AA38A8;
}
</style>
border-color css
<style>
span { border-color: #AA38A8; }
span { border-color: rgb(170,56,168); }
td.TdClassName
{
border-color: #AA38A8;
}
.TagClassName
{
border-color: #AA38A8;
}
</style>