Html Css Color HEX #A57F96 Bouquet

📋 copy color: '#A57F96'

red 165 ◦ green 127 ◦ blue 150

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

Shades of Bouquet #A57F96

Tints of Bouquet #A57F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 33.94%

R = 37.33%
G = 28.73%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A57F96 (or 0xA57F96) is known color: Bouquet. HEX triplet: A5, 7F and 96. RGB value is (165,127,150). Sum of RGB (Red+Green+Blue) = 165+127+150=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 127 (50% from 255 or 28.73% from 442); Blue value is 150 (58.98% from 255 or 33.94% from 442); Max value from RGB is 165 - color contains mainly: red. Hex color #A57F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57F96 is #5A8069. Grayscale: #8C8C8C. Windows color (decimal): -5931114 or 9863077. OLE color: 9863077.

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

Color convert

RGB 165 127 150 -
CMYK 0 0.23 0.09 0.35
HSL 323.68º 0.17% 0.57% -
HSV(B) 323.68º 0.23% 0.65% -
XYZ 28.61 25.38 32.25 -
YUV 140.98 133.09 145.13 -
System Red Green Blue C M Y K H S L
Decimal 165 127 150 0 0.23 0.09 0.35 323.68 0.17 0.57
Hex A5 7F 96 0 17 9 23 144 11 39
Octal 245 177 226 0 27 11 43 504 21 71
Binary 10100101 1111111 10010110 0 10111 1001 100011 101000100 10001 111001

Color Harmonies of #A57F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57F96

Black with #A57F96

Text Example


Text Example

White with #A57F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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