Shades of Violet Blue #AF569A
Tints of Violet Blue #AF569A
RGB
CMYK
RGB Variations
Color information
#AF569A (or 0xAF569A) is known color: Violet Blue. HEX triplet: AF, 56 and 9A. RGB value is (175,86,154). Sum of RGB (Red+Green+Blue) = 175+86+154=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 86 (33.98% from 255 or 20.72% from 415); Blue value is 154 (60.55% from 255 or 37.11% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF569A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF569A is #50A965. Grayscale: #787878. Windows color (decimal): -5286246 or 10114735. OLE color: 10114735.
HSL color Cylindrical-coordinate representation of color #AF569A: hue angle of 314.16º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF569A is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 86 | 154 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.31 |
| HSL | 314.16º | 0.36% | 0.51% | - |
| HSV(B) | 314.16º | 0.51% | 0.69% | - |
| XYZ | 26.84 | 18.1 | 32.65 | - |
| YUV | 120.36 | 146.99 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 86 | 154 | 0 | 0.51 | 0.12 | 0.31 | 314.16 | 0.36 | 0.51 |
| Hex | AF | 56 | 9A | 0 | 33 | C | 1F | 13A | 24 | 33 |
| Octal | 257 | 126 | 232 | 0 | 63 | 14 | 37 | 472 | 44 | 63 |
| Binary | 10101111 | 1010110 | 10011010 | 0 | 110011 | 1100 | 11111 | 100111010 | 100100 | 110011 |
Color Harmonies of #AF569A
Complementary color
Monochromatic Colors of #AF569A
Black with #AF569A
Text Example
Text Example
White with #AF569A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF569A; }
p { color: rgb(175,86,154); }
H1.HeaderClassName
{
color: #AF569A;
}
.AnyTagClassName
{
color: #AF569A;
}
</style>
background-color css
<style>
a { background-color: #AF569A; }
a { background-color: rgb(175,86,154); }
div.DivClassName
{
background-color: #AF569A;
}
.BgClassName
{
background-color: #AF569A;
}
</style>
border-color css
<style>
span { border-color: #AF569A; }
span { border-color: rgb(175,86,154); }
td.TdClassName
{
border-color: #AF569A;
}
.TagClassName
{
border-color: #AF569A;
}
</style>