Shades of Violet Blue #AF65AB
Tints of Violet Blue #AF65AB
RGB
CMYK
RGB Variations
Color information
#AF65AB (or 0xAF65AB) is known color: Violet Blue. HEX triplet: AF, 65 and AB. RGB value is (175,101,171). Sum of RGB (Red+Green+Blue) = 175+101+171=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 101 (39.84% from 255 or 22.60% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AF65AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF65AB is #509A54. Grayscale: #828282. Windows color (decimal): -5282389 or 11232687. OLE color: 11232687.
HSL color Cylindrical-coordinate representation of color #AF65AB: hue angle of 303.24º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF65AB is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 101 | 171 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.31 |
| HSL | 303.24º | 0.32% | 0.54% | - |
| HSV(B) | 303.24º | 0.42% | 0.69% | - |
| XYZ | 29.68 | 21.36 | 41.09 | - |
| YUV | 131.11 | 150.52 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 171 | 0 | 0.42 | 0.02 | 0.31 | 303.24 | 0.32 | 0.54 |
| Hex | AF | 65 | AB | 0 | 2A | 2 | 1F | 12F | 20 | 36 |
| Octal | 257 | 145 | 253 | 0 | 52 | 2 | 37 | 457 | 40 | 66 |
| Binary | 10101111 | 1100101 | 10101011 | 0 | 101010 | 10 | 11111 | 100101111 | 100000 | 110110 |
Color Harmonies of #AF65AB
Complementary color
Monochromatic Colors of #AF65AB
Black with #AF65AB
Text Example
Text Example
White with #AF65AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF65AB; }
p { color: rgb(175,101,171); }
H1.HeaderClassName
{
color: #AF65AB;
}
.AnyTagClassName
{
color: #AF65AB;
}
</style>
background-color css
<style>
a { background-color: #AF65AB; }
a { background-color: rgb(175,101,171); }
div.DivClassName
{
background-color: #AF65AB;
}
.BgClassName
{
background-color: #AF65AB;
}
</style>
border-color css
<style>
span { border-color: #AF65AB; }
span { border-color: rgb(175,101,171); }
td.TdClassName
{
border-color: #AF65AB;
}
.TagClassName
{
border-color: #AF65AB;
}
</style>