Html Css Color HEX #A57F9F Bouquet

📋 copy color: '#A57F9F'

red 165 ◦ green 127 ◦ blue 159

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

Shades of Bouquet #A57F9F

Tints of Bouquet #A57F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.25%

R = 36.59%
G = 28.16%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A57F9F (or 0xA57F9F) is known color: Bouquet. HEX triplet: A5, 7F and 9F. RGB value is (165,127,159). Sum of RGB (Red+Green+Blue) = 165+127+159=451 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.59% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 165 - color contains mainly: red. Hex color #A57F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57F9F is #5A8060. Grayscale: #8D8D8D. Windows color (decimal): -5931105 or 10452901. OLE color: 10452901.

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

Color convert

RGB 165 127 159 -
CMYK 0 0.23 0.04 0.35
HSL 309.47º 0.17% 0.57% -
HSV(B) 309.47º 0.23% 0.65% -
XYZ 29.36 25.68 36.21 -
YUV 142.01 137.59 144.4 -
System Red Green Blue C M Y K H S L
Decimal 165 127 159 0 0.23 0.04 0.35 309.47 0.17 0.57
Hex A5 7F 9F 0 17 4 23 135 11 39
Octal 245 177 237 0 27 4 43 465 21 71
Binary 10100101 1111111 10011111 0 10111 100 100011 100110101 10001 111001

Color Harmonies of #A57F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57F9F

Black with #A57F9F

Text Example


Text Example

White with #A57F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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