Shades of Violet Blue #AF56A2
Tints of Violet Blue #AF56A2
RGB
CMYK
RGB Variations
Color information
#AF56A2 (or 0xAF56A2) is known color: Violet Blue. HEX triplet: AF, 56 and A2. RGB value is (175,86,162). Sum of RGB (Red+Green+Blue) = 175+86+162=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 86 (33.98% from 255 or 20.33% from 423); Blue value is 162 (63.67% from 255 or 38.30% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF56A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF56A2 is #50A95D. Grayscale: #797979. Windows color (decimal): -5286238 or 10639023. OLE color: 10639023.
HSL color Cylindrical-coordinate representation of color #AF56A2: hue angle of 308.76º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF56A2 is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 86 | 162 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.31 |
| HSL | 308.76º | 0.36% | 0.51% | - |
| HSV(B) | 308.76º | 0.51% | 0.69% | - |
| XYZ | 27.53 | 18.38 | 36.28 | - |
| YUV | 121.28 | 150.99 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 86 | 162 | 0 | 0.51 | 0.07 | 0.31 | 308.76 | 0.36 | 0.51 |
| Hex | AF | 56 | A2 | 0 | 33 | 7 | 1F | 135 | 24 | 33 |
| Octal | 257 | 126 | 242 | 0 | 63 | 7 | 37 | 465 | 44 | 63 |
| Binary | 10101111 | 1010110 | 10100010 | 0 | 110011 | 111 | 11111 | 100110101 | 100100 | 110011 |
Color Harmonies of #AF56A2
Complementary color
Monochromatic Colors of #AF56A2
Black with #AF56A2
Text Example
Text Example
White with #AF56A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF56A2; }
p { color: rgb(175,86,162); }
H1.HeaderClassName
{
color: #AF56A2;
}
.AnyTagClassName
{
color: #AF56A2;
}
</style>
background-color css
<style>
a { background-color: #AF56A2; }
a { background-color: rgb(175,86,162); }
div.DivClassName
{
background-color: #AF56A2;
}
.BgClassName
{
background-color: #AF56A2;
}
</style>
border-color css
<style>
span { border-color: #AF56A2; }
span { border-color: rgb(175,86,162); }
td.TdClassName
{
border-color: #AF56A2;
}
.TagClassName
{
border-color: #AF56A2;
}
</style>