#AF7B9E

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

Shades of Bouquet #AF7B9E

Tints of Bouquet #AF7B9E

Color information

#AF7B9E (or 0xAF7B9E) is unknown color: approx Bouquet. HEX triplet: AF, 7B and 9E. RGB value is (175,123,158). Sum of RGB (Red+Green+Blue) = 175+123+158=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 158 (62.11% from 255 or 34.65% from 456); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7B9E is #508461. Grayscale: #8E8E8E. Windows color (decimal): -5276770 or 10386351. OLE color: 10386351.

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

Color convert

RGB175123158-
CMYK00.300.100.31
HSL319.62º24.53%58.43%-
HSV(B)319.62º29.71%68.63%-
XYZ30.9325.7535.69-
YUV142.54136.73151.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.38%
GREEN value IS 123 (48.44% from 255) = 26.97%
BLUE value IS 158 (62.11% from 255) = 34.65%
R=38.38%
G=26.97%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512315800.300.100.31319.6224.5358.43
HexAF7B9E01EA1F140193a
Octal25717323603612375003172
Binary1010111111110111001111001111010101111110100000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7B9E; }

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

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

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

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

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

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

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

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