Shades of Violet Blue #AE67B4
Tints of Violet Blue #AE67B4
RGB
CMYK
RGB Variations
Color information
#AE67B4 (or 0xAE67B4) is known color: Violet Blue. HEX triplet: AE, 67 and B4. RGB value is (174,103,180). Sum of RGB (Red+Green+Blue) = 174+103+180=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 103 (40.62% from 255 or 22.54% from 457); Blue value is 180 (70.70% from 255 or 39.39% from 457); Max value from RGB is 180 - color contains mainly: blue. Hex color #AE67B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE67B4 is #51984B. Grayscale: #848484. Windows color (decimal): -5347404 or 11823022. OLE color: 11823022.
HSL color Cylindrical-coordinate representation of color #AE67B4: hue angle of 295.32º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE67B4 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 174 | 103 | 180 | - |
| CMYK | 0.03 | 0.43 | 0 | 0.29 |
| HSL | 295.32º | 0.34% | 0.55% | - |
| HSV(B) | 295.32º | 0.43% | 0.71% | - |
| XYZ | 30.54 | 21.99 | 45.82 | - |
| YUV | 133.01 | 154.52 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 103 | 180 | 0.03 | 0.43 | 0 | 0.29 | 295.32 | 0.34 | 0.55 |
| Hex | AE | 67 | B4 | 3 | 2B | 0 | 1D | 127 | 22 | 37 |
| Octal | 256 | 147 | 264 | 3 | 53 | 0 | 35 | 447 | 42 | 67 |
| Binary | 10101110 | 1100111 | 10110100 | 11 | 101011 | 0 | 11101 | 100100111 | 100010 | 110111 |
Color Harmonies of #AE67B4
Complementary color
Monochromatic Colors of #AE67B4
Black with #AE67B4
Text Example
Text Example
White with #AE67B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE67B4; }
p { color: rgb(174,103,180); }
H1.HeaderClassName
{
color: #AE67B4;
}
.AnyTagClassName
{
color: #AE67B4;
}
</style>
background-color css
<style>
a { background-color: #AE67B4; }
a { background-color: rgb(174,103,180); }
div.DivClassName
{
background-color: #AE67B4;
}
.BgClassName
{
background-color: #AE67B4;
}
</style>
border-color css
<style>
span { border-color: #AE67B4; }
span { border-color: rgb(174,103,180); }
td.TdClassName
{
border-color: #AE67B4;
}
.TagClassName
{
border-color: #AE67B4;
}
</style>