Shades of Violet Blue #AF3AA3
Tints of Violet Blue #AF3AA3
RGB
CMYK
RGB Variations
Color information
#AF3AA3 (or 0xAF3AA3) is known color: Violet Blue. HEX triplet: AF, 3A and A3. RGB value is (175,58,163). Sum of RGB (Red+Green+Blue) = 175+58+163=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 58 (23.05% from 255 or 14.65% from 396); Blue value is 163 (64.06% from 255 or 41.16% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3AA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3AA3 is #50C55C. Grayscale: #686868. Windows color (decimal): -5293405 or 10697391. OLE color: 10697391.
HSL color Cylindrical-coordinate representation of color #AF3AA3: hue angle of 306.15º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF3AA3 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 58 | 163 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.31 |
| HSL | 306.15º | 0.5% | 0.46% | - |
| HSV(B) | 306.15º | 0.67% | 0.69% | - |
| XYZ | 25.8 | 14.78 | 36.14 | - |
| YUV | 104.95 | 160.76 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 58 | 163 | 0 | 0.67 | 0.07 | 0.31 | 306.15 | 0.5 | 0.46 |
| Hex | AF | 3A | A3 | 0 | 43 | 7 | 1F | 132 | 32 | 2E |
| Octal | 257 | 72 | 243 | 0 | 103 | 7 | 37 | 462 | 62 | 56 |
| Binary | 10101111 | 111010 | 10100011 | 0 | 1000011 | 111 | 11111 | 100110010 | 110010 | 101110 |
Color Harmonies of #AF3AA3
Complementary color
Monochromatic Colors of #AF3AA3
Black with #AF3AA3
Text Example
Text Example
White with #AF3AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3AA3; }
p { color: rgb(175,58,163); }
H1.HeaderClassName
{
color: #AF3AA3;
}
.AnyTagClassName
{
color: #AF3AA3;
}
</style>
background-color css
<style>
a { background-color: #AF3AA3; }
a { background-color: rgb(175,58,163); }
div.DivClassName
{
background-color: #AF3AA3;
}
.BgClassName
{
background-color: #AF3AA3;
}
</style>
border-color css
<style>
span { border-color: #AF3AA3; }
span { border-color: rgb(175,58,163); }
td.TdClassName
{
border-color: #AF3AA3;
}
.TagClassName
{
border-color: #AF3AA3;
}
</style>