Shades of Violet Blue #AF40A8
Tints of Violet Blue #AF40A8
RGB
CMYK
RGB Variations
Color information
#AF40A8 (or 0xAF40A8) is known color: Violet Blue. HEX triplet: AF, 40 and A8. RGB value is (175,64,168). Sum of RGB (Red+Green+Blue) = 175+64+168=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 168 (66.02% from 255 or 41.28% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF40A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF40A8 is #50BF57. Grayscale: #6C6C6C. Windows color (decimal): -5291864 or 11026607. OLE color: 11026607.
HSL color Cylindrical-coordinate representation of color #AF40A8: hue angle of 303.78º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF40A8 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 64 | 168 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.31 |
| HSL | 303.78º | 0.46% | 0.47% | - |
| HSV(B) | 303.78º | 0.63% | 0.69% | - |
| XYZ | 26.58 | 15.61 | 38.66 | - |
| YUV | 109.05 | 161.27 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 168 | 0 | 0.63 | 0.04 | 0.31 | 303.78 | 0.46 | 0.47 |
| Hex | AF | 40 | A8 | 0 | 3F | 4 | 1F | 130 | 2E | 2F |
| Octal | 257 | 100 | 250 | 0 | 77 | 4 | 37 | 460 | 56 | 57 |
| Binary | 10101111 | 1000000 | 10101000 | 0 | 111111 | 100 | 11111 | 100110000 | 101110 | 101111 |
Color Harmonies of #AF40A8
Complementary color
Monochromatic Colors of #AF40A8
Black with #AF40A8
Text Example
Text Example
White with #AF40A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF40A8; }
p { color: rgb(175,64,168); }
H1.HeaderClassName
{
color: #AF40A8;
}
.AnyTagClassName
{
color: #AF40A8;
}
</style>
background-color css
<style>
a { background-color: #AF40A8; }
a { background-color: rgb(175,64,168); }
div.DivClassName
{
background-color: #AF40A8;
}
.BgClassName
{
background-color: #AF40A8;
}
</style>
border-color css
<style>
span { border-color: #AF40A8; }
span { border-color: rgb(175,64,168); }
td.TdClassName
{
border-color: #AF40A8;
}
.TagClassName
{
border-color: #AF40A8;
}
</style>