Html Css Color HEX #AE78A2 Bouquet

📋 copy color: '#AE78A2'

red 174 ◦ green 120 ◦ blue 162

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

Shades of Bouquet #AE78A2

Tints of Bouquet #AE78A2

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.32%

 BLUE value IS 162 (63.67% from 255) = 35.53%

R = 38.16%
G = 26.32%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AE78A2 (or 0xAE78A2) is known color: Bouquet. HEX triplet: AE, 78 and A2. RGB value is (174,120,162). Sum of RGB (Red+Green+Blue) = 174+120+162=456 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.16% from 456); Green value is 120 (47.27% from 255 or 26.32% from 456); Blue value is 162 (63.67% from 255 or 35.53% from 456); Max value from RGB is 174 - color contains mainly: red. Hex color #AE78A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE78A2 is #51875D. Grayscale: #8C8C8C. Windows color (decimal): -5343070 or 10647726. OLE color: 10647726.

HSL color Cylindrical-coordinate representation of color #AE78A2: hue angle of 313.33º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AE78A2 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 120 162 -
CMYK 0 0.31 0.07 0.32
HSL 313.33º 0.25% 0.58% -
HSV(B) 313.33º 0.31% 0.68% -
XYZ 30.69 25.04 37.4 -
YUV 140.93 139.89 151.58 -
System Red Green Blue C M Y K H S L
Decimal 174 120 162 0 0.31 0.07 0.32 313.33 0.25 0.58
Hex AE 78 A2 0 1F 7 20 139 19 3A
Octal 256 170 242 0 37 7 40 471 31 72
Binary 10101110 1111000 10100010 0 11111 111 100000 100111001 11001 111010

Color Harmonies of #AE78A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE78A2

Black with #AE78A2

Text Example


Text Example

White with #AE78A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE78A2; }

 p { color: rgb(174,120,162); }

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

background-color css

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

 a { background-color: rgb(174,120,162); }

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

border-color css

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

 span { border-color: rgb(174,120,162); }

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