#AF7C9E

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

Shades of Bouquet #AF7C9E

Tints of Bouquet #AF7C9E

Color information

#AF7C9E (or 0xAF7C9E) is unknown color: approx Bouquet. HEX triplet: AF, 7C and 9E. RGB value is (175,124,158). Sum of RGB (Red+Green+Blue) = 175+124+158=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 158 (62.11% from 255 or 34.57% from 457); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7C9E is #508361. Grayscale: #8F8F8F. Windows color (decimal): -5276514 or 10386607. OLE color: 10386607.

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

Color convert

RGB175124158-
CMYK00.290.100.31
HSL320º24.17%58.63%-
HSV(B)320º29.14%68.63%-
XYZ31.062635.73-
YUV143.12136.4150.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.29%
GREEN value IS 124 (48.83% from 255) = 27.13%
BLUE value IS 158 (62.11% from 255) = 34.57%
R=38.29%
G=27.13%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512415800.290.100.3132024.1758.63
HexAF7C9E01DA1F140183b
Octal25717423603512375003073
Binary1010111111111001001111001110110101111110100000011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7C9E; }

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

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

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

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

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

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

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

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