#AE70A3

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

Shades of Bouquet #AE70A3

Tints of Bouquet #AE70A3

Color information

#AE70A3 (or 0xAE70A3) is unknown color: approx Bouquet. HEX triplet: AE, 70 and A3. RGB value is (174,112,163). Sum of RGB (Red+Green+Blue) = 174+112+163=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 163 (64.06% from 255 or 36.30% from 449); Max value from RGB is 174 - color contains mainly: red. Hex color #AE70A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE70A3 is #518F5C. Grayscale: #888888. Windows color (decimal): -5345117 or 10711214. OLE color: 10711214.

HSL color Cylindrical-coordinate representation of color #AE70A3: hue angle of 310.65º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE70A3 is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB174112163-
CMYK00.360.060.32
HSL310.65º27.68%56.08%-
HSV(B)310.65º35.63%68.24%-
XYZ29.8623.2337.56-
YUV136.35143.04154.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.75%
GREEN value IS 112 (44.14% from 255) = 24.94%
BLUE value IS 163 (64.06% from 255) = 36.30%
R=38.75%
G=24.94%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411216300.360.060.32310.6527.6856.08
HexAE70A30246201371c38
Octal2561602430446404673470
Binary10101110111000010100011010010011010000010011011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE70A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE70A3; }

 p { color: rgb(174,112,163); }

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

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

 a { background-color: rgb(174,112,163); }

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

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

 span { border-color: rgb(174,112,163); }

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