Shades of Violet Blue #B066AA
Tints of Violet Blue #B066AA
RGB
CMYK
RGB Variations
Color information
#B066AA (or 0xB066AA) is known color: Violet Blue. HEX triplet: B0, 66 and AA. RGB value is (176,102,170). Sum of RGB (Red+Green+Blue) = 176+102+170=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 102 (40.23% from 255 or 22.77% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 176 - color contains mainly: red. Hex color #B066AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B066AA is #4F9955. Grayscale: #838383. Windows color (decimal): -5216598 or 11167408. OLE color: 11167408.
HSL color Cylindrical-coordinate representation of color #B066AA: hue angle of 304.86º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B066AA is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 102 | 170 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.31 |
| HSL | 304.86º | 0.32% | 0.55% | - |
| HSV(B) | 304.86º | 0.42% | 0.69% | - |
| XYZ | 29.91 | 21.64 | 40.63 | - |
| YUV | 131.88 | 149.52 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 170 | 0 | 0.42 | 0.03 | 0.31 | 304.86 | 0.32 | 0.55 |
| Hex | B0 | 66 | AA | 0 | 2A | 3 | 1F | 131 | 20 | 37 |
| Octal | 260 | 146 | 252 | 0 | 52 | 3 | 37 | 461 | 40 | 67 |
| Binary | 10110000 | 1100110 | 10101010 | 0 | 101010 | 11 | 11111 | 100110001 | 100000 | 110111 |
Color Harmonies of #B066AA
Complementary color
Monochromatic Colors of #B066AA
Black with #B066AA
Text Example
Text Example
White with #B066AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B066AA; }
p { color: rgb(176,102,170); }
H1.HeaderClassName
{
color: #B066AA;
}
.AnyTagClassName
{
color: #B066AA;
}
</style>
background-color css
<style>
a { background-color: #B066AA; }
a { background-color: rgb(176,102,170); }
div.DivClassName
{
background-color: #B066AA;
}
.BgClassName
{
background-color: #B066AA;
}
</style>
border-color css
<style>
span { border-color: #B066AA; }
span { border-color: rgb(176,102,170); }
td.TdClassName
{
border-color: #B066AA;
}
.TagClassName
{
border-color: #B066AA;
}
</style>