Shades of Violet Blue #AF649A
Tints of Violet Blue #AF649A
RGB
CMYK
RGB Variations
Color information
#AF649A (or 0xAF649A) is known color: Violet Blue. HEX triplet: AF, 64 and 9A. RGB value is (175,100,154). Sum of RGB (Red+Green+Blue) = 175+100+154=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF649A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF649A is #509B65. Grayscale: #808080. Windows color (decimal): -5282662 or 10118319. OLE color: 10118319.
HSL color Cylindrical-coordinate representation of color #AF649A: hue angle of 316.8º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF649A is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 100 | 154 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.31 |
| HSL | 316.8º | 0.32% | 0.54% | - |
| HSV(B) | 316.8º | 0.43% | 0.69% | - |
| XYZ | 28.07 | 20.56 | 33.06 | - |
| YUV | 128.58 | 142.35 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 154 | 0 | 0.43 | 0.12 | 0.31 | 316.8 | 0.32 | 0.54 |
| Hex | AF | 64 | 9A | 0 | 2B | C | 1F | 13D | 20 | 36 |
| Octal | 257 | 144 | 232 | 0 | 53 | 14 | 37 | 475 | 40 | 66 |
| Binary | 10101111 | 1100100 | 10011010 | 0 | 101011 | 1100 | 11111 | 100111101 | 100000 | 110110 |
Color Harmonies of #AF649A
Complementary color
Monochromatic Colors of #AF649A
Black with #AF649A
Text Example
Text Example
White with #AF649A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF649A; }
p { color: rgb(175,100,154); }
H1.HeaderClassName
{
color: #AF649A;
}
.AnyTagClassName
{
color: #AF649A;
}
</style>
background-color css
<style>
a { background-color: #AF649A; }
a { background-color: rgb(175,100,154); }
div.DivClassName
{
background-color: #AF649A;
}
.BgClassName
{
background-color: #AF649A;
}
</style>
border-color css
<style>
span { border-color: #AF649A; }
span { border-color: rgb(175,100,154); }
td.TdClassName
{
border-color: #AF649A;
}
.TagClassName
{
border-color: #AF649A;
}
</style>