Shades of Violet Blue #AF68A4
Tints of Violet Blue #AF68A4
RGB
CMYK
RGB Variations
Color information
#AF68A4 (or 0xAF68A4) is known color: Violet Blue. HEX triplet: AF, 68 and A4. RGB value is (175,104,164). Sum of RGB (Red+Green+Blue) = 175+104+164=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 164 (64.45% from 255 or 37.02% from 443); Max value from RGB is 175 - color contains mainly: red. Hex color #AF68A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF68A4 is #50975B. Grayscale: #838383. Windows color (decimal): -5281628 or 10774703. OLE color: 10774703.
HSL color Cylindrical-coordinate representation of color #AF68A4: hue angle of 309.3º 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 #AF68A4 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 104 | 164 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.31 |
| HSL | 309.3º | 0.31% | 0.55% | - |
| HSV(B) | 309.3º | 0.41% | 0.69% | - |
| XYZ | 29.33 | 21.69 | 37.76 | - |
| YUV | 132.07 | 146.02 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 164 | 0 | 0.41 | 0.06 | 0.31 | 309.3 | 0.31 | 0.55 |
| Hex | AF | 68 | A4 | 0 | 29 | 6 | 1F | 135 | 1F | 37 |
| Octal | 257 | 150 | 244 | 0 | 51 | 6 | 37 | 465 | 37 | 67 |
| Binary | 10101111 | 1101000 | 10100100 | 0 | 101001 | 110 | 11111 | 100110101 | 11111 | 110111 |
Color Harmonies of #AF68A4
Complementary color
Monochromatic Colors of #AF68A4
Black with #AF68A4
Text Example
Text Example
White with #AF68A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF68A4; }
p { color: rgb(175,104,164); }
H1.HeaderClassName
{
color: #AF68A4;
}
.AnyTagClassName
{
color: #AF68A4;
}
</style>
background-color css
<style>
a { background-color: #AF68A4; }
a { background-color: rgb(175,104,164); }
div.DivClassName
{
background-color: #AF68A4;
}
.BgClassName
{
background-color: #AF68A4;
}
</style>
border-color css
<style>
span { border-color: #AF68A4; }
span { border-color: rgb(175,104,164); }
td.TdClassName
{
border-color: #AF68A4;
}
.TagClassName
{
border-color: #AF68A4;
}
</style>