Shades of Violet Blue #AF5AAE
Tints of Violet Blue #AF5AAE
RGB
CMYK
RGB Variations
Color information
#AF5AAE (or 0xAF5AAE) is known color: Violet Blue. HEX triplet: AF, 5A and AE. RGB value is (175,90,174). Sum of RGB (Red+Green+Blue) = 175+90+174=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 90 (35.55% from 255 or 20.50% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5AAE is #50A551. Grayscale: #7C7C7C. Windows color (decimal): -5285202 or 11426479. OLE color: 11426479.
HSL color Cylindrical-coordinate representation of color #AF5AAE: hue angle of 300.71º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF5AAE is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 90 | 174 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.31 |
| HSL | 300.71º | 0.35% | 0.52% | - |
| HSV(B) | 300.71º | 0.49% | 0.69% | - |
| XYZ | 28.98 | 19.48 | 42.28 | - |
| YUV | 124.99 | 155.66 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 90 | 174 | 0 | 0.49 | 0.01 | 0.31 | 300.71 | 0.35 | 0.52 |
| Hex | AF | 5A | AE | 0 | 31 | 1 | 1F | 12D | 23 | 34 |
| Octal | 257 | 132 | 256 | 0 | 61 | 1 | 37 | 455 | 43 | 64 |
| Binary | 10101111 | 1011010 | 10101110 | 0 | 110001 | 1 | 11111 | 100101101 | 100011 | 110100 |
Color Harmonies of #AF5AAE
Complementary color
Monochromatic Colors of #AF5AAE
Black with #AF5AAE
Text Example
Text Example
White with #AF5AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5AAE; }
p { color: rgb(175,90,174); }
H1.HeaderClassName
{
color: #AF5AAE;
}
.AnyTagClassName
{
color: #AF5AAE;
}
</style>
background-color css
<style>
a { background-color: #AF5AAE; }
a { background-color: rgb(175,90,174); }
div.DivClassName
{
background-color: #AF5AAE;
}
.BgClassName
{
background-color: #AF5AAE;
}
</style>
border-color css
<style>
span { border-color: #AF5AAE; }
span { border-color: rgb(175,90,174); }
td.TdClassName
{
border-color: #AF5AAE;
}
.TagClassName
{
border-color: #AF5AAE;
}
</style>