Shades of Violet Blue #AF509C
Tints of Violet Blue #AF509C
RGB
CMYK
RGB Variations
Color information
#AF509C (or 0xAF509C) is known color: Violet Blue. HEX triplet: AF, 50 and 9C. RGB value is (175,80,156). Sum of RGB (Red+Green+Blue) = 175+80+156=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF509C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF509C is #50AF63. Grayscale: #747474. Windows color (decimal): -5287780 or 10244271. OLE color: 10244271.
HSL color Cylindrical-coordinate representation of color #AF509C: hue angle of 312º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF509C is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 80 | 156 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.31 |
| HSL | 312º | 0.37% | 0.5% | - |
| HSV(B) | 312º | 0.54% | 0.69% | - |
| XYZ | 26.55 | 17.25 | 33.38 | - |
| YUV | 117.07 | 149.97 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 80 | 156 | 0 | 0.54 | 0.11 | 0.31 | 312 | 0.37 | 0.5 |
| Hex | AF | 50 | 9C | 0 | 36 | B | 1F | 138 | 25 | 32 |
| Octal | 257 | 120 | 234 | 0 | 66 | 13 | 37 | 470 | 45 | 62 |
| Binary | 10101111 | 1010000 | 10011100 | 0 | 110110 | 1011 | 11111 | 100111000 | 100101 | 110010 |
Color Harmonies of #AF509C
Complementary color
Monochromatic Colors of #AF509C
Black with #AF509C
Text Example
Text Example
White with #AF509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF509C; }
p { color: rgb(175,80,156); }
H1.HeaderClassName
{
color: #AF509C;
}
.AnyTagClassName
{
color: #AF509C;
}
</style>
background-color css
<style>
a { background-color: #AF509C; }
a { background-color: rgb(175,80,156); }
div.DivClassName
{
background-color: #AF509C;
}
.BgClassName
{
background-color: #AF509C;
}
</style>
border-color css
<style>
span { border-color: #AF509C; }
span { border-color: rgb(175,80,156); }
td.TdClassName
{
border-color: #AF509C;
}
.TagClassName
{
border-color: #AF509C;
}
</style>