Shades of Violet Blue #AF64AA
Tints of Violet Blue #AF64AA
RGB
CMYK
RGB Variations
Color information
#AF64AA (or 0xAF64AA) is known color: Violet Blue. HEX triplet: AF, 64 and AA. RGB value is (175,100,170). Sum of RGB (Red+Green+Blue) = 175+100+170=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 100 (39.45% from 255 or 22.47% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 175 - color contains mainly: red. Hex color #AF64AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF64AA is #509B55. Grayscale: #828282. Windows color (decimal): -5282646 or 11166895. OLE color: 11166895.
HSL color Cylindrical-coordinate representation of color #AF64AA: hue angle of 304º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF64AA is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 100 | 170 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.31 |
| HSL | 304º | 0.32% | 0.54% | - |
| HSV(B) | 304º | 0.43% | 0.69% | - |
| XYZ | 29.49 | 21.13 | 40.55 | - |
| YUV | 130.41 | 150.35 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 170 | 0 | 0.43 | 0.03 | 0.31 | 304 | 0.32 | 0.54 |
| Hex | AF | 64 | AA | 0 | 2B | 3 | 1F | 130 | 20 | 36 |
| Octal | 257 | 144 | 252 | 0 | 53 | 3 | 37 | 460 | 40 | 66 |
| Binary | 10101111 | 1100100 | 10101010 | 0 | 101011 | 11 | 11111 | 100110000 | 100000 | 110110 |
Color Harmonies of #AF64AA
Complementary color
Monochromatic Colors of #AF64AA
Black with #AF64AA
Text Example
Text Example
White with #AF64AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF64AA; }
p { color: rgb(175,100,170); }
H1.HeaderClassName
{
color: #AF64AA;
}
.AnyTagClassName
{
color: #AF64AA;
}
</style>
background-color css
<style>
a { background-color: #AF64AA; }
a { background-color: rgb(175,100,170); }
div.DivClassName
{
background-color: #AF64AA;
}
.BgClassName
{
background-color: #AF64AA;
}
</style>
border-color css
<style>
span { border-color: #AF64AA; }
span { border-color: rgb(175,100,170); }
td.TdClassName
{
border-color: #AF64AA;
}
.TagClassName
{
border-color: #AF64AA;
}
</style>