Shades of Violet Blue #AF4CAC
Tints of Violet Blue #AF4CAC
RGB
CMYK
RGB Variations
Color information
#AF4CAC (or 0xAF4CAC) is known color: Violet Blue. HEX triplet: AF, 4C and AC. RGB value is (175,76,172). Sum of RGB (Red+Green+Blue) = 175+76+172=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4CAC is #50B353. Grayscale: #747474. Windows color (decimal): -5288788 or 11291823. OLE color: 11291823.
HSL color Cylindrical-coordinate representation of color #AF4CAC: hue angle of 301.82º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF4CAC is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 76 | 172 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.31 |
| HSL | 301.82º | 0.39% | 0.49% | - |
| HSV(B) | 301.82º | 0.57% | 0.69% | - |
| XYZ | 27.71 | 17.26 | 40.9 | - |
| YUV | 116.55 | 159.3 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 76 | 172 | 0 | 0.57 | 0.02 | 0.31 | 301.82 | 0.39 | 0.49 |
| Hex | AF | 4C | AC | 0 | 39 | 2 | 1F | 12E | 27 | 31 |
| Octal | 257 | 114 | 254 | 0 | 71 | 2 | 37 | 456 | 47 | 61 |
| Binary | 10101111 | 1001100 | 10101100 | 0 | 111001 | 10 | 11111 | 100101110 | 100111 | 110001 |
Color Harmonies of #AF4CAC
Complementary color
Monochromatic Colors of #AF4CAC
Black with #AF4CAC
Text Example
Text Example
White with #AF4CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4CAC; }
p { color: rgb(175,76,172); }
H1.HeaderClassName
{
color: #AF4CAC;
}
.AnyTagClassName
{
color: #AF4CAC;
}
</style>
background-color css
<style>
a { background-color: #AF4CAC; }
a { background-color: rgb(175,76,172); }
div.DivClassName
{
background-color: #AF4CAC;
}
.BgClassName
{
background-color: #AF4CAC;
}
</style>
border-color css
<style>
span { border-color: #AF4CAC; }
span { border-color: rgb(175,76,172); }
td.TdClassName
{
border-color: #AF4CAC;
}
.TagClassName
{
border-color: #AF4CAC;
}
</style>