Shades of Violet Blue #AF439E
Tints of Violet Blue #AF439E
RGB
CMYK
RGB Variations
Color information
#AF439E (or 0xAF439E) is known color: Violet Blue. HEX triplet: AF, 43 and 9E. RGB value is (175,67,158). Sum of RGB (Red+Green+Blue) = 175+67+158=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 67 (26.56% from 255 or 16.75% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF439E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF439E is #50BC61. Grayscale: #6D6D6D. Windows color (decimal): -5291106 or 10372015. OLE color: 10372015.
HSL color Cylindrical-coordinate representation of color #AF439E: hue angle of 309.44º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF439E is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 67 | 158 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.31 |
| HSL | 309.44º | 0.45% | 0.47% | - |
| HSV(B) | 309.44º | 0.62% | 0.69% | - |
| XYZ | 25.86 | 15.6 | 34 | - |
| YUV | 109.67 | 155.28 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 67 | 158 | 0 | 0.62 | 0.10 | 0.31 | 309.44 | 0.45 | 0.47 |
| Hex | AF | 43 | 9E | 0 | 3E | A | 1F | 135 | 2D | 2F |
| Octal | 257 | 103 | 236 | 0 | 76 | 12 | 37 | 465 | 55 | 57 |
| Binary | 10101111 | 1000011 | 10011110 | 0 | 111110 | 1010 | 11111 | 100110101 | 101101 | 101111 |
Color Harmonies of #AF439E
Complementary color
Monochromatic Colors of #AF439E
Black with #AF439E
Text Example
Text Example
White with #AF439E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF439E; }
p { color: rgb(175,67,158); }
H1.HeaderClassName
{
color: #AF439E;
}
.AnyTagClassName
{
color: #AF439E;
}
</style>
background-color css
<style>
a { background-color: #AF439E; }
a { background-color: rgb(175,67,158); }
div.DivClassName
{
background-color: #AF439E;
}
.BgClassName
{
background-color: #AF439E;
}
</style>
border-color css
<style>
span { border-color: #AF439E; }
span { border-color: rgb(175,67,158); }
td.TdClassName
{
border-color: #AF439E;
}
.TagClassName
{
border-color: #AF439E;
}
</style>