Html Css Color HEX #A57F9D Bouquet

📋 copy color: '#A57F9D'

red 165 ◦ green 127 ◦ blue 157

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

Shades of Bouquet #A57F9D

Tints of Bouquet #A57F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.97%

R = 36.75%
G = 28.29%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A57F9D (or 0xA57F9D) is known color: Bouquet. HEX triplet: A5, 7F and 9D. RGB value is (165,127,157). Sum of RGB (Red+Green+Blue) = 165+127+157=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 165 - color contains mainly: red. Hex color #A57F9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57F9D is #5A8062. Grayscale: #8D8D8D. Windows color (decimal): -5931107 or 10321829. OLE color: 10321829.

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

Color convert

RGB 165 127 157 -
CMYK 0 0.23 0.05 0.35
HSL 312.63º 0.17% 0.57% -
HSV(B) 312.63º 0.23% 0.65% -
XYZ 29.19 25.61 35.3 -
YUV 141.78 136.59 144.56 -
System Red Green Blue C M Y K H S L
Decimal 165 127 157 0 0.23 0.05 0.35 312.63 0.17 0.57
Hex A5 7F 9D 0 17 5 23 139 11 39
Octal 245 177 235 0 27 5 43 471 21 71
Binary 10100101 1111111 10011101 0 10111 101 100011 100111001 10001 111001

Color Harmonies of #A57F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57F9D

Black with #A57F9D

Text Example


Text Example

White with #A57F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57F9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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