Shades of Violet Blue #AF3CA4
Tints of Violet Blue #AF3CA4
RGB
CMYK
RGB Variations
Color information
#AF3CA4 (or 0xAF3CA4) is known color: Violet Blue. HEX triplet: AF, 3C and A4. RGB value is (175,60,164). Sum of RGB (Red+Green+Blue) = 175+60+164=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 60 (23.83% from 255 or 15.04% from 399); Blue value is 164 (64.45% from 255 or 41.10% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3CA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3CA4 is #50C35B. Grayscale: #696969. Windows color (decimal): -5292892 or 10763439. OLE color: 10763439.
HSL color Cylindrical-coordinate representation of color #AF3CA4: hue angle of 305.74º degrees, saturation: 0.49, 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 #AF3CA4 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 60 | 164 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.31 |
| HSL | 305.74º | 0.49% | 0.46% | - |
| HSV(B) | 305.74º | 0.66% | 0.69% | - |
| XYZ | 26 | 15.03 | 36.65 | - |
| YUV | 106.24 | 160.6 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 60 | 164 | 0 | 0.66 | 0.06 | 0.31 | 305.74 | 0.49 | 0.46 |
| Hex | AF | 3C | A4 | 0 | 42 | 6 | 1F | 132 | 31 | 2E |
| Octal | 257 | 74 | 244 | 0 | 102 | 6 | 37 | 462 | 61 | 56 |
| Binary | 10101111 | 111100 | 10100100 | 0 | 1000010 | 110 | 11111 | 100110010 | 110001 | 101110 |
Color Harmonies of #AF3CA4
Complementary color
Monochromatic Colors of #AF3CA4
Black with #AF3CA4
Text Example
Text Example
White with #AF3CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3CA4; }
p { color: rgb(175,60,164); }
H1.HeaderClassName
{
color: #AF3CA4;
}
.AnyTagClassName
{
color: #AF3CA4;
}
</style>
background-color css
<style>
a { background-color: #AF3CA4; }
a { background-color: rgb(175,60,164); }
div.DivClassName
{
background-color: #AF3CA4;
}
.BgClassName
{
background-color: #AF3CA4;
}
</style>
border-color css
<style>
span { border-color: #AF3CA4; }
span { border-color: rgb(175,60,164); }
td.TdClassName
{
border-color: #AF3CA4;
}
.TagClassName
{
border-color: #AF3CA4;
}
</style>