#AF769E

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

Shades of Bouquet #AF769E

Tints of Bouquet #AF769E

Color information

#AF769E (or 0xAF769E) is unknown color: approx Bouquet. HEX triplet: AF, 76 and 9E. RGB value is (175,118,158). Sum of RGB (Red+Green+Blue) = 175+118+158=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AF769E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF769E is #508961. Grayscale: #8B8B8B. Windows color (decimal): -5278050 or 10385071. OLE color: 10385071.

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

Color convert

RGB175118158-
CMYK00.330.100.31
HSL317.89º26.27%57.45%-
HSV(B)317.89º32.57%68.63%-
XYZ30.3324.5435.49-
YUV139.6138.38153.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.80%
GREEN value IS 118 (46.48% from 255) = 26.16%
BLUE value IS 158 (62.11% from 255) = 35.03%
R=38.80%
G=26.16%
B=35.03%

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
Decimal17511815800.330.100.31317.8926.2757.45
HexAF769E021A1F13e1a39
Octal25716623604112374763271
Binary10101111111011010011110010000110101111110011111011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF769E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF769E; }

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

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

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

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

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

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

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

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