Shades of Violet Blue #AF6CA2
Tints of Violet Blue #AF6CA2
RGB
CMYK
RGB Variations
Color information
#AF6CA2 (or 0xAF6CA2) is known color: Violet Blue. HEX triplet: AF, 6C and A2. RGB value is (175,108,162). Sum of RGB (Red+Green+Blue) = 175+108+162=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 108 (42.58% from 255 or 24.27% from 445); Blue value is 162 (63.67% from 255 or 36.40% from 445); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6CA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6CA2 is #50935D. Grayscale: #868686. Windows color (decimal): -5280606 or 10644655. OLE color: 10644655.
HSL color Cylindrical-coordinate representation of color #AF6CA2: hue angle of 311.64º 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 #AF6CA2 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 108 | 162 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.31 |
| HSL | 311.64º | 0.3% | 0.55% | - |
| HSV(B) | 311.64º | 0.38% | 0.69% | - |
| XYZ | 29.56 | 22.45 | 36.96 | - |
| YUV | 134.19 | 143.7 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 108 | 162 | 0 | 0.38 | 0.07 | 0.31 | 311.64 | 0.3 | 0.55 |
| Hex | AF | 6C | A2 | 0 | 26 | 7 | 1F | 138 | 1E | 37 |
| Octal | 257 | 154 | 242 | 0 | 46 | 7 | 37 | 470 | 36 | 67 |
| Binary | 10101111 | 1101100 | 10100010 | 0 | 100110 | 111 | 11111 | 100111000 | 11110 | 110111 |
Color Harmonies of #AF6CA2
Complementary color
Monochromatic Colors of #AF6CA2
Black with #AF6CA2
Text Example
Text Example
White with #AF6CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6CA2; }
p { color: rgb(175,108,162); }
H1.HeaderClassName
{
color: #AF6CA2;
}
.AnyTagClassName
{
color: #AF6CA2;
}
</style>
background-color css
<style>
a { background-color: #AF6CA2; }
a { background-color: rgb(175,108,162); }
div.DivClassName
{
background-color: #AF6CA2;
}
.BgClassName
{
background-color: #AF6CA2;
}
</style>
border-color css
<style>
span { border-color: #AF6CA2; }
span { border-color: rgb(175,108,162); }
td.TdClassName
{
border-color: #AF6CA2;
}
.TagClassName
{
border-color: #AF6CA2;
}
</style>