Html Css Color HEX #A57F94 Bouquet

📋 copy color: '#A57F94'

red 165 ◦ green 127 ◦ blue 148

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

Shades of Bouquet #A57F94

Tints of Bouquet #A57F94

RGB

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

 GREEN value IS 127 (50% from 255) = 28.86%

 BLUE value IS 148 (58.2% from 255) = 33.64%

R = 37.5%
G = 28.86%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A57F94 (or 0xA57F94) is known color: Bouquet. HEX triplet: A5, 7F and 94. RGB value is (165,127,148). Sum of RGB (Red+Green+Blue) = 165+127+148=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 148 (58.20% from 255 or 33.64% from 440); Max value from RGB is 165 - color contains mainly: red. Hex color #A57F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57F94 is #5A806B. Grayscale: #8C8C8C. Windows color (decimal): -5931116 or 9732005. OLE color: 9732005.

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

Color convert

RGB 165 127 148 -
CMYK 0 0.23 0.10 0.35
HSL 326.84º 0.17% 0.57% -
HSV(B) 326.84º 0.23% 0.65% -
XYZ 28.45 25.32 31.4 -
YUV 140.76 132.09 145.29 -
System Red Green Blue C M Y K H S L
Decimal 165 127 148 0 0.23 0.10 0.35 326.84 0.17 0.57
Hex A5 7F 94 0 17 A 23 147 11 39
Octal 245 177 224 0 27 12 43 507 21 71
Binary 10100101 1111111 10010100 0 10111 1010 100011 101000111 10001 111001

Color Harmonies of #A57F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57F94

Black with #A57F94

Text Example


Text Example

White with #A57F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57F94; }

 p { color: rgb(165,127,148); }

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

background-color css

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

 a { background-color: rgb(165,127,148); }

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

border-color css

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

 span { border-color: rgb(165,127,148); }

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