#AF679C

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

Shades of Bouquet #AF679C

Tints of Bouquet #AF679C

Color information

#AF679C (or 0xAF679C) is unknown color: approx Bouquet. HEX triplet: AF, 67 and 9C. RGB value is (175,103,156). Sum of RGB (Red+Green+Blue) = 175+103+156=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 103 (40.62% from 255 or 23.73% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF679C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF679C is #509863. Grayscale: #828282. Windows color (decimal): -5281892 or 10250159. OLE color: 10250159.

HSL color Cylindrical-coordinate representation of color #AF679C: hue angle of 315.83º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF679C is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB175103156-
CMYK00.410.110.31
HSL315.83º31.03%54.51%-
HSV(B)315.83º41.14%68.63%-
XYZ28.5321.2134.04-
YUV130.57142.35159.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.32%
GREEN value IS 103 (40.62% from 255) = 23.73%
BLUE value IS 156 (61.33% from 255) = 35.94%
R=40.32%
G=23.73%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510315600.410.110.31315.8331.0354.51
HexAF679C029B1F13c1f37
Octal25714723405113374743767
Binary10101111110011110011100010100110111111110011110011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF679C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF679C; }

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

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

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

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

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

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

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

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