Shades of Violet Blue #AF3BA4
Tints of Violet Blue #AF3BA4
RGB
CMYK
RGB Variations
Color information
#AF3BA4 (or 0xAF3BA4) is known color: Violet Blue. HEX triplet: AF, 3B and A4. RGB value is (175,59,164). Sum of RGB (Red+Green+Blue) = 175+59+164=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 59 (23.44% from 255 or 14.82% from 398); Blue value is 164 (64.45% from 255 or 41.21% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3BA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3BA4 is #50C45B. Grayscale: #696969. Windows color (decimal): -5293148 or 10763183. OLE color: 10763183.
HSL color Cylindrical-coordinate representation of color #AF3BA4: hue angle of 305.69º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF3BA4 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 59 | 164 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.31 |
| HSL | 305.69º | 0.5% | 0.46% | - |
| HSV(B) | 305.69º | 0.66% | 0.69% | - |
| XYZ | 25.94 | 14.92 | 36.63 | - |
| YUV | 105.65 | 160.93 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 59 | 164 | 0 | 0.66 | 0.06 | 0.31 | 305.69 | 0.5 | 0.46 |
| Hex | AF | 3B | A4 | 0 | 42 | 6 | 1F | 132 | 32 | 2E |
| Octal | 257 | 73 | 244 | 0 | 102 | 6 | 37 | 462 | 62 | 56 |
| Binary | 10101111 | 111011 | 10100100 | 0 | 1000010 | 110 | 11111 | 100110010 | 110010 | 101110 |
Color Harmonies of #AF3BA4
Complementary color
Monochromatic Colors of #AF3BA4
Black with #AF3BA4
Text Example
Text Example
White with #AF3BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3BA4; }
p { color: rgb(175,59,164); }
H1.HeaderClassName
{
color: #AF3BA4;
}
.AnyTagClassName
{
color: #AF3BA4;
}
</style>
background-color css
<style>
a { background-color: #AF3BA4; }
a { background-color: rgb(175,59,164); }
div.DivClassName
{
background-color: #AF3BA4;
}
.BgClassName
{
background-color: #AF3BA4;
}
</style>
border-color css
<style>
span { border-color: #AF3BA4; }
span { border-color: rgb(175,59,164); }
td.TdClassName
{
border-color: #AF3BA4;
}
.TagClassName
{
border-color: #AF3BA4;
}
</style>