#AF7EA1

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

Shades of Bouquet #AF7EA1

Tints of Bouquet #AF7EA1

Color information

#AF7EA1 (or 0xAF7EA1) is unknown color: approx Bouquet. HEX triplet: AF, 7E and A1. RGB value is (175,126,161). Sum of RGB (Red+Green+Blue) = 175+126+161=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 126 (49.61% from 255 or 27.27% from 462); Blue value is 161 (63.28% from 255 or 34.85% from 462); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7EA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7EA1 is #50815E. Grayscale: #909090. Windows color (decimal): -5275999 or 10583727. OLE color: 10583727.

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

Color convert

RGB175126161-
CMYK00.280.080.31
HSL317.14º23.44%59.02%-
HSV(B)317.14º28%68.63%-
XYZ31.5726.6137.19-
YUV144.64137.23149.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.88%
GREEN value IS 126 (49.61% from 255) = 27.27%
BLUE value IS 161 (63.28% from 255) = 34.85%
R=37.88%
G=27.27%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512616100.280.080.31317.1423.4459.02
HexAF7EA101C81F13d173b
Octal25717624103410374752773
Binary1010111111111101010000101110010001111110011110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7EA1; }

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

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

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

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

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

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

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

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