Shades of Violet Blue #AA38A3
Tints of Violet Blue #AA38A3
RGB
CMYK
RGB Variations
Color information
#AA38A3 (or 0xAA38A3) is known color: Violet Blue. HEX triplet: AA, 38 and A3. RGB value is (170,56,163). Sum of RGB (Red+Green+Blue) = 170+56+163=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 56 (22.27% from 255 or 14.40% from 389); Blue value is 163 (64.06% from 255 or 41.90% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA38A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA38A3 is #55C75C. Grayscale: #656565. Windows color (decimal): -5621597 or 10696874. OLE color: 10696874.
HSL color Cylindrical-coordinate representation of color #AA38A3: hue angle of 303.68º 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 #AA38A3 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 56 | 163 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.33 |
| HSL | 303.68º | 0.5% | 0.44% | - |
| HSV(B) | 303.68º | 0.67% | 0.67% | - |
| XYZ | 24.6 | 14.02 | 36.06 | - |
| YUV | 102.28 | 162.27 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 163 | 0 | 0.67 | 0.04 | 0.33 | 303.68 | 0.5 | 0.44 |
| Hex | AA | 38 | A3 | 0 | 43 | 4 | 21 | 130 | 32 | 2C |
| Octal | 252 | 70 | 243 | 0 | 103 | 4 | 41 | 460 | 62 | 54 |
| Binary | 10101010 | 111000 | 10100011 | 0 | 1000011 | 100 | 100001 | 100110000 | 110010 | 101100 |
Color Harmonies of #AA38A3
Complementary color
Monochromatic Colors of #AA38A3
Black with #AA38A3
Text Example
Text Example
White with #AA38A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA38A3; }
p { color: rgb(170,56,163); }
H1.HeaderClassName
{
color: #AA38A3;
}
.AnyTagClassName
{
color: #AA38A3;
}
</style>
background-color css
<style>
a { background-color: #AA38A3; }
a { background-color: rgb(170,56,163); }
div.DivClassName
{
background-color: #AA38A3;
}
.BgClassName
{
background-color: #AA38A3;
}
</style>
border-color css
<style>
span { border-color: #AA38A3; }
span { border-color: rgb(170,56,163); }
td.TdClassName
{
border-color: #AA38A3;
}
.TagClassName
{
border-color: #AA38A3;
}
</style>