#AE6798

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

Shades of Bouquet #AE6798

Tints of Bouquet #AE6798

Color information

#AE6798 (or 0xAE6798) is unknown color: approx Bouquet. HEX triplet: AE, 67 and 98. RGB value is (174,103,152). Sum of RGB (Red+Green+Blue) = 174+103+152=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 103 (40.62% from 255 or 24.01% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6798 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6798 is #519867. Grayscale: #818181. Windows color (decimal): -5347432 or 9988014. OLE color: 9988014.

HSL color Cylindrical-coordinate representation of color #AE6798: hue angle of 318.59º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE6798 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB174103152-
CMYK00.410.130.32
HSL318.59º30.47%54.31%-
HSV(B)318.59º40.8%68.24%-
XYZ27.9720.9732.28-
YUV129.82140.52159.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.56%
GREEN value IS 103 (40.62% from 255) = 24.01%
BLUE value IS 152 (59.77% from 255) = 35.43%
R=40.56%
G=24.01%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410315200.410.130.32318.5930.4754.31
HexAE6798029D2013f1e36
Octal25614723005115404773666
Binary101011101100111100110000101001110110000010011111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6798; }

 p { color: rgb(174,103,152); }

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

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

 a { background-color: rgb(174,103,152); }

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

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

 span { border-color: rgb(174,103,152); }

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