Shades of Violet Blue #B669AF
Tints of Violet Blue #B669AF
RGB
CMYK
RGB Variations
Color information
#B669AF (or 0xB669AF) is known color: Violet Blue. HEX triplet: B6, 69 and AF. RGB value is (182,105,175). Sum of RGB (Red+Green+Blue) = 182+105+175=462 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.39% from 462); Green value is 105 (41.41% from 255 or 22.73% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 182 - color contains mainly: red. Hex color #B669AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B669AF is #499650. Grayscale: #878787. Windows color (decimal): -4822609 or 11495862. OLE color: 11495862.
HSL color Cylindrical-coordinate representation of color #B669AF: hue angle of 305.45º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B669AF is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 105 | 175 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.29 |
| HSL | 305.45º | 0.35% | 0.56% | - |
| HSV(B) | 305.45º | 0.42% | 0.71% | - |
| XYZ | 32.08 | 23.14 | 43.33 | - |
| YUV | 136 | 150.01 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 105 | 175 | 0 | 0.42 | 0.04 | 0.29 | 305.45 | 0.35 | 0.56 |
| Hex | B6 | 69 | AF | 0 | 2A | 4 | 1D | 131 | 23 | 38 |
| Octal | 266 | 151 | 257 | 0 | 52 | 4 | 35 | 461 | 43 | 70 |
| Binary | 10110110 | 1101001 | 10101111 | 0 | 101010 | 100 | 11101 | 100110001 | 100011 | 111000 |
Color Harmonies of #B669AF
Complementary color
Monochromatic Colors of #B669AF
Black with #B669AF
Text Example
Text Example
White with #B669AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B669AF; }
p { color: rgb(182,105,175); }
H1.HeaderClassName
{
color: #B669AF;
}
.AnyTagClassName
{
color: #B669AF;
}
</style>
background-color css
<style>
a { background-color: #B669AF; }
a { background-color: rgb(182,105,175); }
div.DivClassName
{
background-color: #B669AF;
}
.BgClassName
{
background-color: #B669AF;
}
</style>
border-color css
<style>
span { border-color: #B669AF; }
span { border-color: rgb(182,105,175); }
td.TdClassName
{
border-color: #B669AF;
}
.TagClassName
{
border-color: #B669AF;
}
</style>