Shades of Violet Blue #AF619C
Tints of Violet Blue #AF619C
RGB
CMYK
RGB Variations
Color information
#AF619C (or 0xAF619C) is known color: Violet Blue. HEX triplet: AF, 61 and 9C. RGB value is (175,97,156). Sum of RGB (Red+Green+Blue) = 175+97+156=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 175 - color contains mainly: red. Hex color #AF619C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF619C is #509E63. Grayscale: #7E7E7E. Windows color (decimal): -5283428 or 10248623. OLE color: 10248623.
HSL color Cylindrical-coordinate representation of color #AF619C: hue angle of 314.62º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF619C is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 97 | 156 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.31 |
| HSL | 314.62º | 0.33% | 0.53% | - |
| HSV(B) | 314.62º | 0.45% | 0.69% | - |
| XYZ | 27.95 | 20.06 | 33.85 | - |
| YUV | 127.05 | 144.34 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 97 | 156 | 0 | 0.45 | 0.11 | 0.31 | 314.62 | 0.33 | 0.53 |
| Hex | AF | 61 | 9C | 0 | 2D | B | 1F | 13B | 21 | 35 |
| Octal | 257 | 141 | 234 | 0 | 55 | 13 | 37 | 473 | 41 | 65 |
| Binary | 10101111 | 1100001 | 10011100 | 0 | 101101 | 1011 | 11111 | 100111011 | 100001 | 110101 |
Color Harmonies of #AF619C
Complementary color
Monochromatic Colors of #AF619C
Black with #AF619C
Text Example
Text Example
White with #AF619C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF619C; }
p { color: rgb(175,97,156); }
H1.HeaderClassName
{
color: #AF619C;
}
.AnyTagClassName
{
color: #AF619C;
}
</style>
background-color css
<style>
a { background-color: #AF619C; }
a { background-color: rgb(175,97,156); }
div.DivClassName
{
background-color: #AF619C;
}
.BgClassName
{
background-color: #AF619C;
}
</style>
border-color css
<style>
span { border-color: #AF619C; }
span { border-color: rgb(175,97,156); }
td.TdClassName
{
border-color: #AF619C;
}
.TagClassName
{
border-color: #AF619C;
}
</style>