Html Css Color HEX #A57E91 Bouquet

📋 copy color: '#A57E91'

red 165 ◦ green 126 ◦ blue 145

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

Shades of Bouquet #A57E91

Tints of Bouquet #A57E91

RGB

 RED value IS 165 (64.84% from 255) = 37.84%

 GREEN value IS 126 (49.61% from 255) = 28.9%

 BLUE value IS 145 (57.03% from 255) = 33.26%

R = 37.84%
G = 28.9%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A57E91 (or 0xA57E91) is known color: Bouquet. HEX triplet: A5, 7E and 91. RGB value is (165,126,145). Sum of RGB (Red+Green+Blue) = 165+126+145=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 145 (57.03% from 255 or 33.26% from 436); Max value from RGB is 165 - color contains mainly: red. Hex color #A57E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57E91 is #5A816E. Grayscale: #8B8B8B. Windows color (decimal): -5931375 or 9535141. OLE color: 9535141.

HSL color Cylindrical-coordinate representation of color #A57E91: hue angle of 330.77º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A57E91 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 126 145 -
CMYK 0 0.24 0.12 0.35
HSL 330.77º 0.18% 0.57% -
HSV(B) 330.77º 0.24% 0.65% -
XYZ 28.09 24.97 30.13 -
YUV 139.83 130.92 145.96 -
System Red Green Blue C M Y K H S L
Decimal 165 126 145 0 0.24 0.12 0.35 330.77 0.18 0.57
Hex A5 7E 91 0 18 C 23 14B 12 39
Octal 245 176 221 0 30 14 43 513 22 71
Binary 10100101 1111110 10010001 0 11000 1100 100011 101001011 10010 111001

Color Harmonies of #A57E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57E91

Black with #A57E91

Text Example


Text Example

White with #A57E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57E91; }

 p { color: rgb(165,126,145); }

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

background-color css

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

 a { background-color: rgb(165,126,145); }

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

border-color css

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

 span { border-color: rgb(165,126,145); }

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