Shades of Violet Blue #AF6CA1
Tints of Violet Blue #AF6CA1
RGB
CMYK
RGB Variations
Color information
#AF6CA1 (or 0xAF6CA1) is known color: Violet Blue. HEX triplet: AF, 6C and A1. RGB value is (175,108,161). Sum of RGB (Red+Green+Blue) = 175+108+161=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 108 (42.58% from 255 or 24.32% from 444); Blue value is 161 (63.28% from 255 or 36.26% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6CA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6CA1 is #50935E. Grayscale: #858585. Windows color (decimal): -5280607 or 10579119. OLE color: 10579119.
HSL color Cylindrical-coordinate representation of color #AF6CA1: hue angle of 312.54º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF6CA1 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 108 | 161 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.31 |
| HSL | 312.54º | 0.3% | 0.55% | - |
| HSV(B) | 312.54º | 0.38% | 0.69% | - |
| XYZ | 29.47 | 22.41 | 36.49 | - |
| YUV | 134.08 | 143.2 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 108 | 161 | 0 | 0.38 | 0.08 | 0.31 | 312.54 | 0.3 | 0.55 |
| Hex | AF | 6C | A1 | 0 | 26 | 8 | 1F | 139 | 1E | 37 |
| Octal | 257 | 154 | 241 | 0 | 46 | 10 | 37 | 471 | 36 | 67 |
| Binary | 10101111 | 1101100 | 10100001 | 0 | 100110 | 1000 | 11111 | 100111001 | 11110 | 110111 |
Color Harmonies of #AF6CA1
Complementary color
Monochromatic Colors of #AF6CA1
Black with #AF6CA1
Text Example
Text Example
White with #AF6CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6CA1; }
p { color: rgb(175,108,161); }
H1.HeaderClassName
{
color: #AF6CA1;
}
.AnyTagClassName
{
color: #AF6CA1;
}
</style>
background-color css
<style>
a { background-color: #AF6CA1; }
a { background-color: rgb(175,108,161); }
div.DivClassName
{
background-color: #AF6CA1;
}
.BgClassName
{
background-color: #AF6CA1;
}
</style>
border-color css
<style>
span { border-color: #AF6CA1; }
span { border-color: rgb(175,108,161); }
td.TdClassName
{
border-color: #AF6CA1;
}
.TagClassName
{
border-color: #AF6CA1;
}
</style>