Shades of Violet Blue #AE65B4
Tints of Violet Blue #AE65B4
RGB
CMYK
RGB Variations
Color information
#AE65B4 (or 0xAE65B4) is known color: Violet Blue. HEX triplet: AE, 65 and B4. RGB value is (174,101,180). Sum of RGB (Red+Green+Blue) = 174+101+180=455 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.24% from 455); Green value is 101 (39.84% from 255 or 22.20% from 455); Blue value is 180 (70.70% from 255 or 39.56% from 455); Max value from RGB is 180 - color contains mainly: blue. Hex color #AE65B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE65B4 is #519A4B. Grayscale: #838383. Windows color (decimal): -5347916 or 11822510. OLE color: 11822510.
HSL color Cylindrical-coordinate representation of color #AE65B4: hue angle of 295.44º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE65B4 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 174 | 101 | 180 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.29 |
| HSL | 295.44º | 0.34% | 0.55% | - |
| HSV(B) | 295.44º | 0.44% | 0.71% | - |
| XYZ | 30.35 | 21.6 | 45.75 | - |
| YUV | 131.83 | 155.18 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 101 | 180 | 0.03 | 0.44 | 0 | 0.29 | 295.44 | 0.34 | 0.55 |
| Hex | AE | 65 | B4 | 3 | 2C | 0 | 1D | 127 | 22 | 37 |
| Octal | 256 | 145 | 264 | 3 | 54 | 0 | 35 | 447 | 42 | 67 |
| Binary | 10101110 | 1100101 | 10110100 | 11 | 101100 | 0 | 11101 | 100100111 | 100010 | 110111 |
Color Harmonies of #AE65B4
Complementary color
Monochromatic Colors of #AE65B4
Black with #AE65B4
Text Example
Text Example
White with #AE65B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE65B4; }
p { color: rgb(174,101,180); }
H1.HeaderClassName
{
color: #AE65B4;
}
.AnyTagClassName
{
color: #AE65B4;
}
</style>
background-color css
<style>
a { background-color: #AE65B4; }
a { background-color: rgb(174,101,180); }
div.DivClassName
{
background-color: #AE65B4;
}
.BgClassName
{
background-color: #AE65B4;
}
</style>
border-color css
<style>
span { border-color: #AE65B4; }
span { border-color: rgb(174,101,180); }
td.TdClassName
{
border-color: #AE65B4;
}
.TagClassName
{
border-color: #AE65B4;
}
</style>