#AF7A9C

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

Shades of Bouquet #AF7A9C

Tints of Bouquet #AF7A9C

Color information

#AF7A9C (or 0xAF7A9C) is unknown color: approx Bouquet. HEX triplet: AF, 7A and 9C. RGB value is (175,122,156). Sum of RGB (Red+Green+Blue) = 175+122+156=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 122 (48.05% from 255 or 26.93% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7A9C is #508563. Grayscale: #8D8D8D. Windows color (decimal): -5277028 or 10255023. OLE color: 10255023.

HSL color Cylindrical-coordinate representation of color #AF7A9C: hue angle of 321.51º 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 #AF7A9C is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB175122156-
CMYK00.300.110.31
HSL321.51º24.88%58.24%-
HSV(B)321.51º30.29%68.63%-
XYZ30.6425.4334.75-
YUV141.72136.06151.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.63%
GREEN value IS 122 (48.05% from 255) = 26.93%
BLUE value IS 156 (61.33% from 255) = 34.44%
R=38.63%
G=26.93%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512215600.300.110.31321.5124.8858.24
HexAF7A9C01EB1F142193a
Octal25717223403613375023172
Binary1010111111110101001110001111010111111110100001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7A9C; }

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

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

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

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

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

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

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

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