Html Css Color HEX #AE7A9A Bouquet

📋 copy color: '#AE7A9A'

red 174 ◦ green 122 ◦ blue 154

#AE7A9A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bouquet #AE7A9A

Tints of Bouquet #AE7A9A

RGB

 RED value IS 174 (68.36% from 255) = 38.67%

 GREEN value IS 122 (48.05% from 255) = 27.11%

 BLUE value IS 154 (60.55% from 255) = 34.22%

R = 38.67%
G = 27.11%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AE7A9A (or 0xAE7A9A) is known color: Bouquet. HEX triplet: AE, 7A and 9A. RGB value is (174,122,154). Sum of RGB (Red+Green+Blue) = 174+122+154=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 154 (60.55% from 255 or 34.22% from 450); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7A9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7A9A is #518565. Grayscale: #8D8D8D. Windows color (decimal): -5342566 or 10123950. OLE color: 10123950.

HSL color Cylindrical-coordinate representation of color #AE7A9A: hue angle of 323.08º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE7A9A is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 122 154 -
CMYK 0 0.30 0.11 0.32
HSL 323.08º 0.24% 0.58% -
HSV(B) 323.08º 0.3% 0.68% -
XYZ 30.25 25.25 33.85 -
YUV 141.2 135.23 151.4 -
System Red Green Blue C M Y K H S L
Decimal 174 122 154 0 0.30 0.11 0.32 323.08 0.24 0.58
Hex AE 7A 9A 0 1E B 20 143 18 3A
Octal 256 172 232 0 36 13 40 503 30 72
Binary 10101110 1111010 10011010 0 11110 1011 100000 101000011 11000 111010

Color Harmonies of #AE7A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7A9A

Black with #AE7A9A

Text Example


Text Example

White with #AE7A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7A9A; }

 p { color: rgb(174,122,154); }

 H1.HeaderClassName
 {
   color: #AE7A9A;
 }
 .AnyTagClassName
 {
   color: #AE7A9A;
 }
</style>

background-color css

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

 a { background-color: rgb(174,122,154); }

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

border-color css

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

 span { border-color: rgb(174,122,154); }

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