#AF7EA4

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

Shades of Bouquet #AF7EA4

Tints of Bouquet #AF7EA4

Color information

#AF7EA4 (or 0xAF7EA4) is unknown color: approx Bouquet. HEX triplet: AF, 7E and A4. RGB value is (175,126,164). Sum of RGB (Red+Green+Blue) = 175+126+164=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 164 (64.45% from 255 or 35.27% from 465); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7EA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7EA4 is #50815B. Grayscale: #909090. Windows color (decimal): -5275996 or 10780335. OLE color: 10780335.

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

Color convert

RGB175126164-
CMYK00.280.060.31
HSL313.47º23.44%59.02%-
HSV(B)313.47º28%68.63%-
XYZ31.8426.7238.6-
YUV144.98138.73149.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.63%
GREEN value IS 126 (49.61% from 255) = 27.10%
BLUE value IS 164 (64.45% from 255) = 35.27%
R=37.63%
G=27.10%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512616400.280.060.31313.4723.4459.02
HexAF7EA401C61F139173b
Octal2571762440346374712773
Binary101011111111110101001000111001101111110011100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7EA4; }

 p { color: rgb(175,126,164); }

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

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

 a { background-color: rgb(175,126,164); }

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

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

 span { border-color: rgb(175,126,164); }

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