Shades of Bouquet #AF819A
Tints of Bouquet #AF819A
RGB
CMYK
RGB Variations
Color information
#AF819A (or 0xAF819A) is known color: Bouquet. HEX triplet: AF, 81 and 9A. RGB value is (175,129,154). Sum of RGB (Red+Green+Blue) = 175+129+154=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 175 - color contains mainly: red. Hex color #AF819A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF819A is #507E65. Grayscale: #919191. Windows color (decimal): -5275238 or 10125743. OLE color: 10125743.
HSL color Cylindrical-coordinate representation of color #AF819A: hue angle of 327.39º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AF819A is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 129 | 154 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.31 |
| HSL | 327.39º | 0.22% | 0.6% | - |
| HSV(B) | 327.39º | 0.26% | 0.69% | - |
| XYZ | 31.36 | 27.15 | 34.16 | - |
| YUV | 145.6 | 132.74 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 129 | 154 | 0 | 0.26 | 0.12 | 0.31 | 327.39 | 0.22 | 0.6 |
| Hex | AF | 81 | 9A | 0 | 1A | C | 1F | 147 | 16 | 3C |
| Octal | 257 | 201 | 232 | 0 | 32 | 14 | 37 | 507 | 26 | 74 |
| Binary | 10101111 | 10000001 | 10011010 | 0 | 11010 | 1100 | 11111 | 101000111 | 10110 | 111100 |
Color Harmonies of #AF819A
Complementary color
Monochromatic Colors of #AF819A
Black with #AF819A
Text Example
Text Example
White with #AF819A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF819A; }
p { color: rgb(175,129,154); }
H1.HeaderClassName
{
color: #AF819A;
}
.AnyTagClassName
{
color: #AF819A;
}
</style>
background-color css
<style>
a { background-color: #AF819A; }
a { background-color: rgb(175,129,154); }
div.DivClassName
{
background-color: #AF819A;
}
.BgClassName
{
background-color: #AF819A;
}
</style>
border-color css
<style>
span { border-color: #AF819A; }
span { border-color: rgb(175,129,154); }
td.TdClassName
{
border-color: #AF819A;
}
.TagClassName
{
border-color: #AF819A;
}
</style>