Html Css Color HEX #A57F90 Bouquet

📋 copy color: '#A57F90'

red 165 ◦ green 127 ◦ blue 144

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

Shades of Bouquet #A57F90

Tints of Bouquet #A57F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.03%

R = 37.84%
G = 29.13%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A57F90 (or 0xA57F90) is known color: Bouquet. HEX triplet: A5, 7F and 90. RGB value is (165,127,144). Sum of RGB (Red+Green+Blue) = 165+127+144=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 165 - color contains mainly: red. Hex color #A57F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57F90 is #5A806F. Grayscale: #8C8C8C. Windows color (decimal): -5931120 or 9469861. OLE color: 9469861.

HSL color Cylindrical-coordinate representation of color #A57F90: hue angle of 333.16º 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 #A57F90 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 127 144 -
CMYK 0 0.23 0.13 0.35
HSL 333.16º 0.17% 0.57% -
HSV(B) 333.16º 0.23% 0.65% -
XYZ 28.14 25.19 29.76 -
YUV 140.3 130.09 145.62 -
System Red Green Blue C M Y K H S L
Decimal 165 127 144 0 0.23 0.13 0.35 333.16 0.17 0.57
Hex A5 7F 90 0 17 D 23 14D 11 39
Octal 245 177 220 0 27 15 43 515 21 71
Binary 10100101 1111111 10010000 0 10111 1101 100011 101001101 10001 111001

Color Harmonies of #A57F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57F90

Black with #A57F90

Text Example


Text Example

White with #A57F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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