Shades of Violet Blue #AF63AA
Tints of Violet Blue #AF63AA
RGB
CMYK
RGB Variations
Color information
#AF63AA (or 0xAF63AA) is known color: Violet Blue. HEX triplet: AF, 63 and AA. RGB value is (175,99,170). Sum of RGB (Red+Green+Blue) = 175+99+170=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AF63AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF63AA is #509C55. Grayscale: #818181. Windows color (decimal): -5282902 or 11166639. OLE color: 11166639.
HSL color Cylindrical-coordinate representation of color #AF63AA: hue angle of 303.95º 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 #AF63AA is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 99 | 170 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.31 |
| HSL | 303.95º | 0.32% | 0.54% | - |
| HSV(B) | 303.95º | 0.43% | 0.69% | - |
| XYZ | 29.4 | 20.94 | 40.52 | - |
| YUV | 129.82 | 150.68 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 99 | 170 | 0 | 0.43 | 0.03 | 0.31 | 303.95 | 0.32 | 0.54 |
| Hex | AF | 63 | AA | 0 | 2B | 3 | 1F | 130 | 20 | 36 |
| Octal | 257 | 143 | 252 | 0 | 53 | 3 | 37 | 460 | 40 | 66 |
| Binary | 10101111 | 1100011 | 10101010 | 0 | 101011 | 11 | 11111 | 100110000 | 100000 | 110110 |
Color Harmonies of #AF63AA
Complementary color
Monochromatic Colors of #AF63AA
Black with #AF63AA
Text Example
Text Example
White with #AF63AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF63AA; }
p { color: rgb(175,99,170); }
H1.HeaderClassName
{
color: #AF63AA;
}
.AnyTagClassName
{
color: #AF63AA;
}
</style>
background-color css
<style>
a { background-color: #AF63AA; }
a { background-color: rgb(175,99,170); }
div.DivClassName
{
background-color: #AF63AA;
}
.BgClassName
{
background-color: #AF63AA;
}
</style>
border-color css
<style>
span { border-color: #AF63AA; }
span { border-color: rgb(175,99,170); }
td.TdClassName
{
border-color: #AF63AA;
}
.TagClassName
{
border-color: #AF63AA;
}
</style>