#ae75a7

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

Shades of Bouquet #AE75A7

Tints of Bouquet #AE75A7

Color information

#AE75A7 (or 0xAE75A7) is unknown color: approx Bouquet. HEX triplet: AE, 75 and A7. RGB value is (174,117,167). Sum of RGB (Red+Green+Blue) = 174+117+167=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 167 (65.62% from 255 or 36.46% from 458); Max value from RGB is 174 - color contains mainly: red. Hex color #AE75A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE75A7 is #518A58. Grayscale: #8B8B8B. Windows color (decimal): -5343833 or 10974638. OLE color: 10974638.

HSL color Cylindrical-coordinate representation of color #AE75A7: hue angle of 307.37º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AE75A7 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.32.

Color convert

RGB174117167-
CMYK00.330.040.32
HSL307.37º26.03%57.06%-
HSV(B)307.37º32.76%68.24%-
XYZ30.7924.5139.67-
YUV139.74143.38152.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.99%
GREEN value IS 117 (46.09% from 255) = 25.55%
BLUE value IS 167 (65.62% from 255) = 36.46%
R=37.99%
G=25.55%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411716700.330.040.32307.3726.0357.06
HexAE75A70214201331a39
Octal2561652470414404633271
Binary10101110111010110100111010000110010000010011001111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae75a7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae75a7; }

 p { color: rgb(174,117,167); }

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

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

 a { background-color: rgb(174,117,167); }

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

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

 span { border-color: rgb(174,117,167); }

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