Shades of Violet Blue #AF68AF
Tints of Violet Blue #AF68AF
RGB
CMYK
RGB Variations
Color information
#AF68AF (or 0xAF68AF) is known color: Violet Blue. HEX triplet: AF, 68 and AF. RGB value is (175,104,175). Sum of RGB (Red+Green+Blue) = 175+104+175=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 104 (41.02% from 255 or 22.91% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF68AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF68AF is #509750. Grayscale: #858585. Windows color (decimal): -5281617 or 11495599. OLE color: 11495599.
HSL color Cylindrical-coordinate representation of color #AF68AF: hue angle of 300º 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 #AF68AF is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 104 | 175 | - |
| CMYK | 0 | 0.41 | 0 | 0.31 |
| HSL | 300º | 0.31% | 0.55% | - |
| HSV(B) | 300º | 0.41% | 0.69% | - |
| XYZ | 30.37 | 22.11 | 43.22 | - |
| YUV | 133.32 | 151.52 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 175 | 0 | 0.41 | 0 | 0.31 | 300 | 0.31 | 0.55 |
| Hex | AF | 68 | AF | 0 | 29 | 0 | 1F | 12C | 1F | 37 |
| Octal | 257 | 150 | 257 | 0 | 51 | 0 | 37 | 454 | 37 | 67 |
| Binary | 10101111 | 1101000 | 10101111 | 0 | 101001 | 0 | 11111 | 100101100 | 11111 | 110111 |
Color Harmonies of #AF68AF
Complementary color
Monochromatic Colors of #AF68AF
Black with #AF68AF
Text Example
Text Example
White with #AF68AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF68AF; }
p { color: rgb(175,104,175); }
H1.HeaderClassName
{
color: #AF68AF;
}
.AnyTagClassName
{
color: #AF68AF;
}
</style>
background-color css
<style>
a { background-color: #AF68AF; }
a { background-color: rgb(175,104,175); }
div.DivClassName
{
background-color: #AF68AF;
}
.BgClassName
{
background-color: #AF68AF;
}
</style>
border-color css
<style>
span { border-color: #AF68AF; }
span { border-color: rgb(175,104,175); }
td.TdClassName
{
border-color: #AF68AF;
}
.TagClassName
{
border-color: #AF68AF;
}
</style>