Html Css Color HEX #AE7BA1 Bouquet

📋 copy color: '#AE7BA1'

red 174 ◦ green 123 ◦ blue 161

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

Shades of Bouquet #AE7BA1

Tints of Bouquet #AE7BA1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.86%

 BLUE value IS 161 (63.28% from 255) = 35.15%

R = 37.99%
G = 26.86%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AE7BA1 (or 0xAE7BA1) is known color: Bouquet. HEX triplet: AE, 7B and A1. RGB value is (174,123,161). Sum of RGB (Red+Green+Blue) = 174+123+161=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 161 (63.28% from 255 or 35.15% from 458); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7BA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7BA1 is #51845E. Grayscale: #8E8E8E. Windows color (decimal): -5342303 or 10582958. OLE color: 10582958.

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

Color convert

RGB 174 123 161 -
CMYK 0 0.29 0.07 0.32
HSL 315.29º 0.24% 0.58% -
HSV(B) 315.29º 0.29% 0.68% -
XYZ 30.97 25.74 37.05 -
YUV 142.58 138.4 150.41 -
System Red Green Blue C M Y K H S L
Decimal 174 123 161 0 0.29 0.07 0.32 315.29 0.24 0.58
Hex AE 7B A1 0 1D 7 20 13B 18 3A
Octal 256 173 241 0 35 7 40 473 30 72
Binary 10101110 1111011 10100001 0 11101 111 100000 100111011 11000 111010

Color Harmonies of #AE7BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7BA1

Black with #AE7BA1

Text Example


Text Example

White with #AE7BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7BA1; }

 p { color: rgb(174,123,161); }

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

background-color css

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

 a { background-color: rgb(174,123,161); }

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

border-color css

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

 span { border-color: rgb(174,123,161); }

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