Html Css Color HEX #AE78A5 Bouquet

📋 copy color: '#AE78A5'

red 174 ◦ green 120 ◦ blue 165

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

Shades of Bouquet #AE78A5

Tints of Bouquet #AE78A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.95%

R = 37.91%
G = 26.14%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#AE78A5 (or 0xAE78A5) is known color: Bouquet. HEX triplet: AE, 78 and A5. RGB value is (174,120,165). Sum of RGB (Red+Green+Blue) = 174+120+165=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 120 (47.27% from 255 or 26.14% from 459); Blue value is 165 (64.84% from 255 or 35.95% from 459); Max value from RGB is 174 - color contains mainly: red. Hex color #AE78A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE78A5 is #51875A. Grayscale: #8D8D8D. Windows color (decimal): -5343067 or 10844334. OLE color: 10844334.

HSL color Cylindrical-coordinate representation of color #AE78A5: hue angle of 310º 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 #AE78A5 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 120 165 -
CMYK 0 0.31 0.05 0.32
HSL 310º 0.25% 0.58% -
HSV(B) 310º 0.31% 0.68% -
XYZ 30.96 25.15 38.82 -
YUV 141.28 141.39 151.34 -
System Red Green Blue C M Y K H S L
Decimal 174 120 165 0 0.31 0.05 0.32 310 0.25 0.58
Hex AE 78 A5 0 1F 5 20 136 19 3A
Octal 256 170 245 0 37 5 40 466 31 72
Binary 10101110 1111000 10100101 0 11111 101 100000 100110110 11001 111010

Color Harmonies of #AE78A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE78A5

Black with #AE78A5

Text Example


Text Example

White with #AE78A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE78A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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