Shades of Violet Blue #AF639D
Tints of Violet Blue #AF639D
RGB
CMYK
RGB Variations
Color information
#AF639D (or 0xAF639D) is known color: Violet Blue. HEX triplet: AF, 63 and 9D. RGB value is (175,99,157). Sum of RGB (Red+Green+Blue) = 175+99+157=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 99 (39.06% from 255 or 22.97% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF639D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF639D is #509C62. Grayscale: #808080. Windows color (decimal): -5282915 or 10314671. OLE color: 10314671.
HSL color Cylindrical-coordinate representation of color #AF639D: hue angle of 314.21º 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 #AF639D is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 99 | 157 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.31 |
| HSL | 314.21º | 0.32% | 0.54% | - |
| HSV(B) | 314.21º | 0.43% | 0.69% | - |
| XYZ | 28.23 | 20.47 | 34.36 | - |
| YUV | 128.34 | 144.18 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 99 | 157 | 0 | 0.43 | 0.10 | 0.31 | 314.21 | 0.32 | 0.54 |
| Hex | AF | 63 | 9D | 0 | 2B | A | 1F | 13A | 20 | 36 |
| Octal | 257 | 143 | 235 | 0 | 53 | 12 | 37 | 472 | 40 | 66 |
| Binary | 10101111 | 1100011 | 10011101 | 0 | 101011 | 1010 | 11111 | 100111010 | 100000 | 110110 |
Color Harmonies of #AF639D
Complementary color
Monochromatic Colors of #AF639D
Black with #AF639D
Text Example
Text Example
White with #AF639D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF639D; }
p { color: rgb(175,99,157); }
H1.HeaderClassName
{
color: #AF639D;
}
.AnyTagClassName
{
color: #AF639D;
}
</style>
background-color css
<style>
a { background-color: #AF639D; }
a { background-color: rgb(175,99,157); }
div.DivClassName
{
background-color: #AF639D;
}
.BgClassName
{
background-color: #AF639D;
}
</style>
border-color css
<style>
span { border-color: #AF639D; }
span { border-color: rgb(175,99,157); }
td.TdClassName
{
border-color: #AF639D;
}
.TagClassName
{
border-color: #AF639D;
}
</style>