Shades of Violet Blue #AE42A2
Tints of Violet Blue #AE42A2
RGB
CMYK
RGB Variations
Color information
#AE42A2 (or 0xAE42A2) is known color: Violet Blue. HEX triplet: AE, 42 and A2. RGB value is (174,66,162). Sum of RGB (Red+Green+Blue) = 174+66+162=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 66 (26.17% from 255 or 16.42% from 402); Blue value is 162 (63.67% from 255 or 40.30% from 402); Max value from RGB is 174 - color contains mainly: red. Hex color #AE42A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE42A2 is #51BD5D. Grayscale: #6C6C6C. Windows color (decimal): -5356894 or 10633902. OLE color: 10633902.
HSL color Cylindrical-coordinate representation of color #AE42A2: hue angle of 306.67º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AE42A2 is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 66 | 162 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.32 |
| HSL | 306.67º | 0.45% | 0.47% | - |
| HSV(B) | 306.67º | 0.62% | 0.68% | - |
| XYZ | 25.93 | 15.5 | 35.81 | - |
| YUV | 109.24 | 157.78 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 66 | 162 | 0 | 0.62 | 0.07 | 0.32 | 306.67 | 0.45 | 0.47 |
| Hex | AE | 42 | A2 | 0 | 3E | 7 | 20 | 133 | 2D | 2F |
| Octal | 256 | 102 | 242 | 0 | 76 | 7 | 40 | 463 | 55 | 57 |
| Binary | 10101110 | 1000010 | 10100010 | 0 | 111110 | 111 | 100000 | 100110011 | 101101 | 101111 |
Color Harmonies of #AE42A2
Complementary color
Monochromatic Colors of #AE42A2
Black with #AE42A2
Text Example
Text Example
White with #AE42A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE42A2; }
p { color: rgb(174,66,162); }
H1.HeaderClassName
{
color: #AE42A2;
}
.AnyTagClassName
{
color: #AE42A2;
}
</style>
background-color css
<style>
a { background-color: #AE42A2; }
a { background-color: rgb(174,66,162); }
div.DivClassName
{
background-color: #AE42A2;
}
.BgClassName
{
background-color: #AE42A2;
}
</style>
border-color css
<style>
span { border-color: #AE42A2; }
span { border-color: rgb(174,66,162); }
td.TdClassName
{
border-color: #AE42A2;
}
.TagClassName
{
border-color: #AE42A2;
}
</style>