Shades of Violet Blue #AF68A0
Tints of Violet Blue #AF68A0
RGB
CMYK
RGB Variations
Color information
#AF68A0 (or 0xAF68A0) is known color: Violet Blue. HEX triplet: AF, 68 and A0. RGB value is (175,104,160). Sum of RGB (Red+Green+Blue) = 175+104+160=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 104 (41.02% from 255 or 23.69% from 439); Blue value is 160 (62.89% from 255 or 36.45% from 439); Max value from RGB is 175 - color contains mainly: red. Hex color #AF68A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF68A0 is #50975F. Grayscale: #838383. Windows color (decimal): -5281632 or 10512559. OLE color: 10512559.
HSL color Cylindrical-coordinate representation of color #AF68A0: hue angle of 312.68º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF68A0 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 104 | 160 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.31 |
| HSL | 312.68º | 0.31% | 0.55% | - |
| HSV(B) | 312.68º | 0.41% | 0.69% | - |
| XYZ | 28.97 | 21.55 | 35.89 | - |
| YUV | 131.61 | 144.02 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 160 | 0 | 0.41 | 0.09 | 0.31 | 312.68 | 0.31 | 0.55 |
| Hex | AF | 68 | A0 | 0 | 29 | 9 | 1F | 139 | 1F | 37 |
| Octal | 257 | 150 | 240 | 0 | 51 | 11 | 37 | 471 | 37 | 67 |
| Binary | 10101111 | 1101000 | 10100000 | 0 | 101001 | 1001 | 11111 | 100111001 | 11111 | 110111 |
Color Harmonies of #AF68A0
Complementary color
Monochromatic Colors of #AF68A0
Black with #AF68A0
Text Example
Text Example
White with #AF68A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF68A0; }
p { color: rgb(175,104,160); }
H1.HeaderClassName
{
color: #AF68A0;
}
.AnyTagClassName
{
color: #AF68A0;
}
</style>
background-color css
<style>
a { background-color: #AF68A0; }
a { background-color: rgb(175,104,160); }
div.DivClassName
{
background-color: #AF68A0;
}
.BgClassName
{
background-color: #AF68A0;
}
</style>
border-color css
<style>
span { border-color: #AF68A0; }
span { border-color: rgb(175,104,160); }
td.TdClassName
{
border-color: #AF68A0;
}
.TagClassName
{
border-color: #AF68A0;
}
</style>