Shades of Violet Blue #AF64B4
Tints of Violet Blue #AF64B4
RGB
CMYK
RGB Variations
Color information
#AF64B4 (or 0xAF64B4) is known color: Violet Blue. HEX triplet: AF, 64 and B4. RGB value is (175,100,180). Sum of RGB (Red+Green+Blue) = 175+100+180=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 100 (39.45% from 255 or 21.98% from 455); Blue value is 180 (70.70% from 255 or 39.56% from 455); Max value from RGB is 180 - color contains mainly: blue. Hex color #AF64B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF64B4 is #509B4B. Grayscale: #838383. Windows color (decimal): -5282636 or 11822255. OLE color: 11822255.
HSL color Cylindrical-coordinate representation of color #AF64B4: hue angle of 296.25º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF64B4 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 100 | 180 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.29 |
| HSL | 296.25º | 0.35% | 0.55% | - |
| HSV(B) | 296.25º | 0.44% | 0.71% | - |
| XYZ | 30.47 | 21.52 | 45.73 | - |
| YUV | 131.55 | 155.35 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 180 | 0.03 | 0.44 | 0 | 0.29 | 296.25 | 0.35 | 0.55 |
| Hex | AF | 64 | B4 | 3 | 2C | 0 | 1D | 128 | 23 | 37 |
| Octal | 257 | 144 | 264 | 3 | 54 | 0 | 35 | 450 | 43 | 67 |
| Binary | 10101111 | 1100100 | 10110100 | 11 | 101100 | 0 | 11101 | 100101000 | 100011 | 110111 |
Color Harmonies of #AF64B4
Complementary color
Monochromatic Colors of #AF64B4
Black with #AF64B4
Text Example
Text Example
White with #AF64B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF64B4; }
p { color: rgb(175,100,180); }
H1.HeaderClassName
{
color: #AF64B4;
}
.AnyTagClassName
{
color: #AF64B4;
}
</style>
background-color css
<style>
a { background-color: #AF64B4; }
a { background-color: rgb(175,100,180); }
div.DivClassName
{
background-color: #AF64B4;
}
.BgClassName
{
background-color: #AF64B4;
}
</style>
border-color css
<style>
span { border-color: #AF64B4; }
span { border-color: rgb(175,100,180); }
td.TdClassName
{
border-color: #AF64B4;
}
.TagClassName
{
border-color: #AF64B4;
}
</style>