#AF7EA6

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

Shades of Bouquet #AF7EA6

Tints of Bouquet #AF7EA6

Color information

#AF7EA6 (or 0xAF7EA6) is unknown color: approx Bouquet. HEX triplet: AF, 7E and A6. RGB value is (175,126,166). Sum of RGB (Red+Green+Blue) = 175+126+166=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 126 (49.61% from 255 or 26.98% from 467); Blue value is 166 (65.23% from 255 or 35.55% from 467); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7EA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7EA6 is #508159. Grayscale: #919191. Windows color (decimal): -5275994 or 10911407. OLE color: 10911407.

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

Color convert

RGB175126166-
CMYK00.280.050.31
HSL311.02º23.44%59.02%-
HSV(B)311.02º28%68.63%-
XYZ32.0226.7939.56-
YUV145.21139.73149.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.47%
GREEN value IS 126 (49.61% from 255) = 26.98%
BLUE value IS 166 (65.23% from 255) = 35.55%
R=37.47%
G=26.98%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512616600.280.050.31311.0223.4459.02
HexAF7EA601C51F137173b
Octal2571762460345374672773
Binary101011111111110101001100111001011111110011011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7EA6; }

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

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

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

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

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

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

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

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