Shades of Bouquet #A77BA3
Tints of Bouquet #A77BA3
RGB
CMYK
RGB Variations
Color information
#A77BA3 (or 0xA77BA3) is known color: Bouquet. HEX triplet: A7, 7B and A3. RGB value is (167,123,163). Sum of RGB (Red+Green+Blue) = 167+123+163=453 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.87% from 453); Green value is 123 (48.44% from 255 or 27.15% from 453); Blue value is 163 (64.06% from 255 or 35.98% from 453); Max value from RGB is 167 - color contains mainly: red. Hex color #A77BA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77BA3 is #58845C. Grayscale: #8C8C8C. Windows color (decimal): -5801053 or 10714023. OLE color: 10714023.
HSL color Cylindrical-coordinate representation of color #A77BA3: hue angle of 305.45º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A77BA3 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
RGB | 167 | 123 | 163 | - |
CMYK | 0 | 0.26 | 0.02 | 0.35 |
HSL | 305.45º | 0.2% | 0.57% | - |
HSV(B) | 305.45º | 0.26% | 0.65% | - |
XYZ | 29.63 | 25.03 | 37.92 | - |
YUV | 140.72 | 140.58 | 146.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 167 | 123 | 163 | 0 | 0.26 | 0.02 | 0.35 | 305.45 | 0.2 | 0.57 |
Hex | A7 | 7B | A3 | 0 | 1A | 2 | 23 | 131 | 14 | 39 |
Octal | 247 | 173 | 243 | 0 | 32 | 2 | 43 | 461 | 24 | 71 |
Binary | 10100111 | 1111011 | 10100011 | 0 | 11010 | 10 | 100011 | 100110001 | 10100 | 111001 |
Color Harmonies of #A77BA3
Complementary color
Monochromatic Colors of #A77BA3
Black with #A77BA3
Text Example
Text Example
White with #A77BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77BA3; }
p { color: rgb(167,123,163); }
H1.HeaderClassName
{
color: #A77BA3;
}
.AnyTagClassName
{
color: #A77BA3;
}
</style>
background-color css
<style>
a { background-color: #A77BA3; }
a { background-color: rgb(167,123,163); }
div.DivClassName
{
background-color: #A77BA3;
}
.BgClassName
{
background-color: #A77BA3;
}
</style>
border-color css
<style>
span { border-color: #A77BA3; }
span { border-color: rgb(167,123,163); }
td.TdClassName
{
border-color: #A77BA3;
}
.TagClassName
{
border-color: #A77BA3;
}
</style>