Shades of Violet Blue #AF639B
Tints of Violet Blue #AF639B
RGB
CMYK
RGB Variations
Color information
#AF639B (or 0xAF639B) is known color: Violet Blue. HEX triplet: AF, 63 and 9B. RGB value is (175,99,155). Sum of RGB (Red+Green+Blue) = 175+99+155=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 99 (39.06% from 255 or 23.08% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF639B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF639B is #509C64. Grayscale: #7F7F7F. Windows color (decimal): -5282917 or 10183599. OLE color: 10183599.
HSL color Cylindrical-coordinate representation of color #AF639B: hue angle of 315.79º 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 #AF639B is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 99 | 155 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.31 |
| HSL | 315.79º | 0.32% | 0.54% | - |
| HSV(B) | 315.79º | 0.43% | 0.69% | - |
| XYZ | 28.06 | 20.4 | 33.47 | - |
| YUV | 128.11 | 143.18 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 99 | 155 | 0 | 0.43 | 0.11 | 0.31 | 315.79 | 0.32 | 0.54 |
| Hex | AF | 63 | 9B | 0 | 2B | B | 1F | 13C | 20 | 36 |
| Octal | 257 | 143 | 233 | 0 | 53 | 13 | 37 | 474 | 40 | 66 |
| Binary | 10101111 | 1100011 | 10011011 | 0 | 101011 | 1011 | 11111 | 100111100 | 100000 | 110110 |
Color Harmonies of #AF639B
Complementary color
Monochromatic Colors of #AF639B
Black with #AF639B
Text Example
Text Example
White with #AF639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF639B; }
p { color: rgb(175,99,155); }
H1.HeaderClassName
{
color: #AF639B;
}
.AnyTagClassName
{
color: #AF639B;
}
</style>
background-color css
<style>
a { background-color: #AF639B; }
a { background-color: rgb(175,99,155); }
div.DivClassName
{
background-color: #AF639B;
}
.BgClassName
{
background-color: #AF639B;
}
</style>
border-color css
<style>
span { border-color: #AF639B; }
span { border-color: rgb(175,99,155); }
td.TdClassName
{
border-color: #AF639B;
}
.TagClassName
{
border-color: #AF639B;
}
</style>