Shades of Violet Blue #AF669E
Tints of Violet Blue #AF669E
RGB
CMYK
RGB Variations
Color information
#AF669E (or 0xAF669E) is known color: Violet Blue. HEX triplet: AF, 66 and 9E. RGB value is (175,102,158). Sum of RGB (Red+Green+Blue) = 175+102+158=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AF669E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF669E is #509961. Grayscale: #828282. Windows color (decimal): -5282146 or 10380975. OLE color: 10380975.
HSL color Cylindrical-coordinate representation of color #AF669E: hue angle of 313.97º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF669E is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 102 | 158 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.31 |
| HSL | 313.97º | 0.31% | 0.54% | - |
| HSV(B) | 313.97º | 0.42% | 0.69% | - |
| XYZ | 28.6 | 21.09 | 34.91 | - |
| YUV | 130.21 | 143.68 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 158 | 0 | 0.42 | 0.10 | 0.31 | 313.97 | 0.31 | 0.54 |
| Hex | AF | 66 | 9E | 0 | 2A | A | 1F | 13A | 1F | 36 |
| Octal | 257 | 146 | 236 | 0 | 52 | 12 | 37 | 472 | 37 | 66 |
| Binary | 10101111 | 1100110 | 10011110 | 0 | 101010 | 1010 | 11111 | 100111010 | 11111 | 110110 |
Color Harmonies of #AF669E
Complementary color
Monochromatic Colors of #AF669E
Black with #AF669E
Text Example
Text Example
White with #AF669E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF669E; }
p { color: rgb(175,102,158); }
H1.HeaderClassName
{
color: #AF669E;
}
.AnyTagClassName
{
color: #AF669E;
}
</style>
background-color css
<style>
a { background-color: #AF669E; }
a { background-color: rgb(175,102,158); }
div.DivClassName
{
background-color: #AF669E;
}
.BgClassName
{
background-color: #AF669E;
}
</style>
border-color css
<style>
span { border-color: #AF669E; }
span { border-color: rgb(175,102,158); }
td.TdClassName
{
border-color: #AF669E;
}
.TagClassName
{
border-color: #AF669E;
}
</style>