Shades of Violet Blue #AF68B4
Tints of Violet Blue #AF68B4
RGB
CMYK
RGB Variations
Color information
#AF68B4 (or 0xAF68B4) is known color: Violet Blue. HEX triplet: AF, 68 and B4. RGB value is (175,104,180). Sum of RGB (Red+Green+Blue) = 175+104+180=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 104 (41.02% from 255 or 22.66% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 180 - color contains mainly: blue. Hex color #AF68B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF68B4 is #50974B. Grayscale: #858585. Windows color (decimal): -5281612 or 11823279. OLE color: 11823279.
HSL color Cylindrical-coordinate representation of color #AF68B4: hue angle of 296.05º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF68B4 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 104 | 180 | - |
| CMYK | 0.03 | 0.42 | 0 | 0.29 |
| HSL | 296.05º | 0.34% | 0.56% | - |
| HSV(B) | 296.05º | 0.42% | 0.71% | - |
| XYZ | 30.87 | 22.31 | 45.86 | - |
| YUV | 133.89 | 154.02 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 180 | 0.03 | 0.42 | 0 | 0.29 | 296.05 | 0.34 | 0.56 |
| Hex | AF | 68 | B4 | 3 | 2A | 0 | 1D | 128 | 22 | 38 |
| Octal | 257 | 150 | 264 | 3 | 52 | 0 | 35 | 450 | 42 | 70 |
| Binary | 10101111 | 1101000 | 10110100 | 11 | 101010 | 0 | 11101 | 100101000 | 100010 | 111000 |
Color Harmonies of #AF68B4
Complementary color
Monochromatic Colors of #AF68B4
Black with #AF68B4
Text Example
Text Example
White with #AF68B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF68B4; }
p { color: rgb(175,104,180); }
H1.HeaderClassName
{
color: #AF68B4;
}
.AnyTagClassName
{
color: #AF68B4;
}
</style>
background-color css
<style>
a { background-color: #AF68B4; }
a { background-color: rgb(175,104,180); }
div.DivClassName
{
background-color: #AF68B4;
}
.BgClassName
{
background-color: #AF68B4;
}
</style>
border-color css
<style>
span { border-color: #AF68B4; }
span { border-color: rgb(175,104,180); }
td.TdClassName
{
border-color: #AF68B4;
}
.TagClassName
{
border-color: #AF68B4;
}
</style>