Shades of Violet Blue #AF63A3
Tints of Violet Blue #AF63A3
RGB
CMYK
RGB Variations
Color information
#AF63A3 (or 0xAF63A3) is known color: Violet Blue. HEX triplet: AF, 63 and A3. RGB value is (175,99,163). Sum of RGB (Red+Green+Blue) = 175+99+163=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 99 (39.06% from 255 or 22.65% from 437); Blue value is 163 (64.06% from 255 or 37.30% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AF63A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF63A3 is #509C5C. Grayscale: #808080. Windows color (decimal): -5282909 or 10707887. OLE color: 10707887.
HSL color Cylindrical-coordinate representation of color #AF63A3: hue angle of 309.47º 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 #AF63A3 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 99 | 163 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.31 |
| HSL | 309.47º | 0.32% | 0.54% | - |
| HSV(B) | 309.47º | 0.43% | 0.69% | - |
| XYZ | 28.75 | 20.68 | 37.13 | - |
| YUV | 129.02 | 147.18 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 99 | 163 | 0 | 0.43 | 0.07 | 0.31 | 309.47 | 0.32 | 0.54 |
| Hex | AF | 63 | A3 | 0 | 2B | 7 | 1F | 135 | 20 | 36 |
| Octal | 257 | 143 | 243 | 0 | 53 | 7 | 37 | 465 | 40 | 66 |
| Binary | 10101111 | 1100011 | 10100011 | 0 | 101011 | 111 | 11111 | 100110101 | 100000 | 110110 |
Color Harmonies of #AF63A3
Complementary color
Monochromatic Colors of #AF63A3
Black with #AF63A3
Text Example
Text Example
White with #AF63A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF63A3; }
p { color: rgb(175,99,163); }
H1.HeaderClassName
{
color: #AF63A3;
}
.AnyTagClassName
{
color: #AF63A3;
}
</style>
background-color css
<style>
a { background-color: #AF63A3; }
a { background-color: rgb(175,99,163); }
div.DivClassName
{
background-color: #AF63A3;
}
.BgClassName
{
background-color: #AF63A3;
}
</style>
border-color css
<style>
span { border-color: #AF63A3; }
span { border-color: rgb(175,99,163); }
td.TdClassName
{
border-color: #AF63A3;
}
.TagClassName
{
border-color: #AF63A3;
}
</style>