Shades of Bouquet #AF70A2
Tints of Bouquet #AF70A2
RGB
CMYK
RGB Variations
Color information
#AF70A2 (or 0xAF70A2) is known color: Bouquet. HEX triplet: AF, 70 and A2. RGB value is (175,112,162). Sum of RGB (Red+Green+Blue) = 175+112+162=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 162 (63.67% from 255 or 36.08% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AF70A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF70A2 is #508F5D. Grayscale: #888888. Windows color (decimal): -5279582 or 10645679. OLE color: 10645679.
HSL color Cylindrical-coordinate representation of color #AF70A2: hue angle of 312.38º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF70A2 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 112 | 162 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.31 |
| HSL | 312.38º | 0.28% | 0.56% | - |
| HSV(B) | 312.38º | 0.36% | 0.69% | - |
| XYZ | 29.99 | 23.31 | 37.1 | - |
| YUV | 136.54 | 142.37 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 112 | 162 | 0 | 0.36 | 0.07 | 0.31 | 312.38 | 0.28 | 0.56 |
| Hex | AF | 70 | A2 | 0 | 24 | 7 | 1F | 138 | 1C | 38 |
| Octal | 257 | 160 | 242 | 0 | 44 | 7 | 37 | 470 | 34 | 70 |
| Binary | 10101111 | 1110000 | 10100010 | 0 | 100100 | 111 | 11111 | 100111000 | 11100 | 111000 |
Color Harmonies of #AF70A2
Complementary color
Monochromatic Colors of #AF70A2
Black with #AF70A2
Text Example
Text Example
White with #AF70A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF70A2; }
p { color: rgb(175,112,162); }
H1.HeaderClassName
{
color: #AF70A2;
}
.AnyTagClassName
{
color: #AF70A2;
}
</style>
background-color css
<style>
a { background-color: #AF70A2; }
a { background-color: rgb(175,112,162); }
div.DivClassName
{
background-color: #AF70A2;
}
.BgClassName
{
background-color: #AF70A2;
}
</style>
border-color css
<style>
span { border-color: #AF70A2; }
span { border-color: rgb(175,112,162); }
td.TdClassName
{
border-color: #AF70A2;
}
.TagClassName
{
border-color: #AF70A2;
}
</style>