Shades of Violet Blue #AF65AA
Tints of Violet Blue #AF65AA
RGB
CMYK
RGB Variations
Color information
#AF65AA (or 0xAF65AA) is known color: Violet Blue. HEX triplet: AF, 65 and AA. RGB value is (175,101,170). Sum of RGB (Red+Green+Blue) = 175+101+170=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AF65AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF65AA is #509A55. Grayscale: #828282. Windows color (decimal): -5282390 or 11167151. OLE color: 11167151.
HSL color Cylindrical-coordinate representation of color #AF65AA: hue angle of 304.05º 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 #AF65AA is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 101 | 170 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.31 |
| HSL | 304.05º | 0.32% | 0.54% | - |
| HSV(B) | 304.05º | 0.42% | 0.69% | - |
| XYZ | 29.59 | 21.32 | 40.59 | - |
| YUV | 130.99 | 150.02 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 170 | 0 | 0.42 | 0.03 | 0.31 | 304.05 | 0.32 | 0.54 |
| Hex | AF | 65 | AA | 0 | 2A | 3 | 1F | 130 | 20 | 36 |
| Octal | 257 | 145 | 252 | 0 | 52 | 3 | 37 | 460 | 40 | 66 |
| Binary | 10101111 | 1100101 | 10101010 | 0 | 101010 | 11 | 11111 | 100110000 | 100000 | 110110 |
Color Harmonies of #AF65AA
Complementary color
Monochromatic Colors of #AF65AA
Black with #AF65AA
Text Example
Text Example
White with #AF65AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF65AA; }
p { color: rgb(175,101,170); }
H1.HeaderClassName
{
color: #AF65AA;
}
.AnyTagClassName
{
color: #AF65AA;
}
</style>
background-color css
<style>
a { background-color: #AF65AA; }
a { background-color: rgb(175,101,170); }
div.DivClassName
{
background-color: #AF65AA;
}
.BgClassName
{
background-color: #AF65AA;
}
</style>
border-color css
<style>
span { border-color: #AF65AA; }
span { border-color: rgb(175,101,170); }
td.TdClassName
{
border-color: #AF65AA;
}
.TagClassName
{
border-color: #AF65AA;
}
</style>