#AF7AA6

Color #AF7AA6 Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #AF7AA6

Tints of Bouquet #AF7AA6

Color information

#AF7AA6 (or 0xAF7AA6) is unknown color: approx Bouquet. HEX triplet: AF, 7A and A6. RGB value is (175,122,166). Sum of RGB (Red+Green+Blue) = 175+122+166=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 166 (65.23% from 255 or 35.85% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7AA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7AA6 is #508559. Grayscale: #8E8E8E. Windows color (decimal): -5277018 or 10910383. OLE color: 10910383.

HSL color Cylindrical-coordinate representation of color #AF7AA6: hue angle of 310.19º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF7AA6 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB175122166-
CMYK00.300.050.31
HSL310.19º24.88%58.24%-
HSV(B)310.19º30.29%68.63%-
XYZ31.5225.7939.39-
YUV142.86141.06150.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 37.80%
GREEN value IS 122 (48.05% from 255) = 26.35%
BLUE value IS 166 (65.23% from 255) = 35.85%
R=37.80%
G=26.35%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512216600.300.050.31310.1924.8858.24
HexAF7AA601E51F136193a
Octal2571722460365374663172
Binary101011111111010101001100111101011111110011011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7AA6; }

 p { color: rgb(175,122,166); }

 H1.HeaderClassName
 {
   color: #AF7AA6;
 }
 .AnyTagClassName
 {
   color: #AF7AA6;
 }
</style>
background-color css

<style>
 a { background-color: #AF7AA6; }

 a { background-color: rgb(175,122,166); }

 div.DivClassName
 {
   background-color: #AF7AA6;
 }
 .BgClassName
 {
   background-color: #AF7AA6;
 }
</style>
border-color css

<style>
 span { border-color: #AF7AA6; }

 span { border-color: rgb(175,122,166); }

 td.TdClassName
 {
   border-color: #AF7AA6;
 }
 .TagClassName
 {
   border-color: #AF7AA6;
 }
</style>