#AF769D

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

Shades of Bouquet #AF769D

Tints of Bouquet #AF769D

Color information

#AF769D (or 0xAF769D) is unknown color: approx Bouquet. HEX triplet: AF, 76 and 9D. RGB value is (175,118,157). Sum of RGB (Red+Green+Blue) = 175+118+157=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AF769D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF769D is #508962. Grayscale: #8B8B8B. Windows color (decimal): -5278051 or 10319535. OLE color: 10319535.

HSL color Cylindrical-coordinate representation of color #AF769D: hue angle of 318.95º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF769D is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB175118157-
CMYK00.330.100.31
HSL318.95º26.27%57.45%-
HSV(B)318.95º32.57%68.63%-
XYZ30.2424.5135.03-
YUV139.49137.88153.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.89%
GREEN value IS 118 (46.48% from 255) = 26.22%
BLUE value IS 157 (61.72% from 255) = 34.89%
R=38.89%
G=26.22%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511815700.330.100.31318.9526.2757.45
HexAF769D021A1F13f1a39
Octal25716623504112374773271
Binary10101111111011010011101010000110101111110011111111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF769D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF769D; }

 p { color: rgb(175,118,157); }

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

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

 a { background-color: rgb(175,118,157); }

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

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

 span { border-color: rgb(175,118,157); }

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