Shades of Violet Blue #AF629C
Tints of Violet Blue #AF629C
RGB
CMYK
RGB Variations
Color information
#AF629C (or 0xAF629C) is known color: Violet Blue. HEX triplet: AF, 62 and 9C. RGB value is (175,98,156). Sum of RGB (Red+Green+Blue) = 175+98+156=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF629C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF629C is #509D63. Grayscale: #7F7F7F. Windows color (decimal): -5283172 or 10248879. OLE color: 10248879.
HSL color Cylindrical-coordinate representation of color #AF629C: hue angle of 314.81º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF629C is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 98 | 156 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.31 |
| HSL | 314.81º | 0.32% | 0.54% | - |
| HSV(B) | 314.81º | 0.44% | 0.69% | - |
| XYZ | 28.05 | 20.25 | 33.88 | - |
| YUV | 127.64 | 144.01 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 98 | 156 | 0 | 0.44 | 0.11 | 0.31 | 314.81 | 0.32 | 0.54 |
| Hex | AF | 62 | 9C | 0 | 2C | B | 1F | 13B | 20 | 36 |
| Octal | 257 | 142 | 234 | 0 | 54 | 13 | 37 | 473 | 40 | 66 |
| Binary | 10101111 | 1100010 | 10011100 | 0 | 101100 | 1011 | 11111 | 100111011 | 100000 | 110110 |
Color Harmonies of #AF629C
Complementary color
Monochromatic Colors of #AF629C
Black with #AF629C
Text Example
Text Example
White with #AF629C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF629C; }
p { color: rgb(175,98,156); }
H1.HeaderClassName
{
color: #AF629C;
}
.AnyTagClassName
{
color: #AF629C;
}
</style>
background-color css
<style>
a { background-color: #AF629C; }
a { background-color: rgb(175,98,156); }
div.DivClassName
{
background-color: #AF629C;
}
.BgClassName
{
background-color: #AF629C;
}
</style>
border-color css
<style>
span { border-color: #AF629C; }
span { border-color: rgb(175,98,156); }
td.TdClassName
{
border-color: #AF629C;
}
.TagClassName
{
border-color: #AF629C;
}
</style>