Html Css Color HEX #A57B99 Bouquet

📋 copy color: '#A57B99'

red 165 ◦ green 123 ◦ blue 153

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

Shades of Bouquet #A57B99

Tints of Bouquet #A57B99

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.89%

 BLUE value IS 153 (60.16% from 255) = 34.69%

R = 37.41%
G = 27.89%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A57B99 (or 0xA57B99) is known color: Bouquet. HEX triplet: A5, 7B and 99. RGB value is (165,123,153). Sum of RGB (Red+Green+Blue) = 165+123+153=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 123 (48.44% from 255 or 27.89% from 441); Blue value is 153 (60.16% from 255 or 34.69% from 441); Max value from RGB is 165 - color contains mainly: red. Hex color #A57B99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57B99 is #5A8466. Grayscale: #8A8A8A. Windows color (decimal): -5932135 or 10058661. OLE color: 10058661.

HSL color Cylindrical-coordinate representation of color #A57B99: hue angle of 317.14º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A57B99 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 123 153 -
CMYK 0 0.25 0.07 0.35
HSL 317.14º 0.19% 0.56% -
HSV(B) 317.14º 0.25% 0.65% -
XYZ 28.35 24.47 33.37 -
YUV 138.98 135.91 146.56 -
System Red Green Blue C M Y K H S L
Decimal 165 123 153 0 0.25 0.07 0.35 317.14 0.19 0.56
Hex A5 7B 99 0 19 7 23 13D 13 38
Octal 245 173 231 0 31 7 43 475 23 70
Binary 10100101 1111011 10011001 0 11001 111 100011 100111101 10011 111000

Color Harmonies of #A57B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57B99

Black with #A57B99

Text Example


Text Example

White with #A57B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57B99; }

 p { color: rgb(165,123,153); }

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

background-color css

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

 a { background-color: rgb(165,123,153); }

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

border-color css

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

 span { border-color: rgb(165,123,153); }

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