Shades of Violet Blue #AE67B1
Tints of Violet Blue #AE67B1
RGB
CMYK
RGB Variations
Color information
#AE67B1 (or 0xAE67B1) is known color: Violet Blue. HEX triplet: AE, 67 and B1. RGB value is (174,103,177). Sum of RGB (Red+Green+Blue) = 174+103+177=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 103 (40.62% from 255 or 22.69% from 454); Blue value is 177 (69.53% from 255 or 38.99% from 454); Max value from RGB is 177 - color contains mainly: blue. Hex color #AE67B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE67B1 is #51984E. Grayscale: #848484. Windows color (decimal): -5347407 or 11626414. OLE color: 11626414.
HSL color Cylindrical-coordinate representation of color #AE67B1: hue angle of 297.57º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AE67B1 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 174 | 103 | 177 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.31 |
| HSL | 297.57º | 0.32% | 0.55% | - |
| HSV(B) | 297.57º | 0.42% | 0.69% | - |
| XYZ | 30.24 | 21.87 | 44.22 | - |
| YUV | 132.67 | 153.02 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 103 | 177 | 0.02 | 0.42 | 0 | 0.31 | 297.57 | 0.32 | 0.55 |
| Hex | AE | 67 | B1 | 2 | 2A | 0 | 1F | 12A | 20 | 37 |
| Octal | 256 | 147 | 261 | 2 | 52 | 0 | 37 | 452 | 40 | 67 |
| Binary | 10101110 | 1100111 | 10110001 | 10 | 101010 | 0 | 11111 | 100101010 | 100000 | 110111 |
Color Harmonies of #AE67B1
Complementary color
Monochromatic Colors of #AE67B1
Black with #AE67B1
Text Example
Text Example
White with #AE67B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE67B1; }
p { color: rgb(174,103,177); }
H1.HeaderClassName
{
color: #AE67B1;
}
.AnyTagClassName
{
color: #AE67B1;
}
</style>
background-color css
<style>
a { background-color: #AE67B1; }
a { background-color: rgb(174,103,177); }
div.DivClassName
{
background-color: #AE67B1;
}
.BgClassName
{
background-color: #AE67B1;
}
</style>
border-color css
<style>
span { border-color: #AE67B1; }
span { border-color: rgb(174,103,177); }
td.TdClassName
{
border-color: #AE67B1;
}
.TagClassName
{
border-color: #AE67B1;
}
</style>