Shades of Violet Blue #AF469A
Tints of Violet Blue #AF469A
RGB
CMYK
RGB Variations
Color information
#AF469A (or 0xAF469A) is known color: Violet Blue. HEX triplet: AF, 46 and 9A. RGB value is (175,70,154). Sum of RGB (Red+Green+Blue) = 175+70+154=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 154 (60.55% from 255 or 38.60% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF469A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF469A is #50B965. Grayscale: #6E6E6E. Windows color (decimal): -5290342 or 10110639. OLE color: 10110639.
HSL color Cylindrical-coordinate representation of color #AF469A: hue angle of 312º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF469A is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 70 | 154 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.31 |
| HSL | 312º | 0.43% | 0.48% | - |
| HSV(B) | 312º | 0.6% | 0.69% | - |
| XYZ | 25.7 | 15.83 | 32.27 | - |
| YUV | 110.97 | 152.29 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 70 | 154 | 0 | 0.60 | 0.12 | 0.31 | 312 | 0.43 | 0.48 |
| Hex | AF | 46 | 9A | 0 | 3C | C | 1F | 138 | 2B | 30 |
| Octal | 257 | 106 | 232 | 0 | 74 | 14 | 37 | 470 | 53 | 60 |
| Binary | 10101111 | 1000110 | 10011010 | 0 | 111100 | 1100 | 11111 | 100111000 | 101011 | 110000 |
Color Harmonies of #AF469A
Complementary color
Monochromatic Colors of #AF469A
Black with #AF469A
Text Example
Text Example
White with #AF469A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF469A; }
p { color: rgb(175,70,154); }
H1.HeaderClassName
{
color: #AF469A;
}
.AnyTagClassName
{
color: #AF469A;
}
</style>
background-color css
<style>
a { background-color: #AF469A; }
a { background-color: rgb(175,70,154); }
div.DivClassName
{
background-color: #AF469A;
}
.BgClassName
{
background-color: #AF469A;
}
</style>
border-color css
<style>
span { border-color: #AF469A; }
span { border-color: rgb(175,70,154); }
td.TdClassName
{
border-color: #AF469A;
}
.TagClassName
{
border-color: #AF469A;
}
</style>