Html Css Color HEX #A57B9D Bouquet

📋 copy color: '#A57B9D'

red 165 ◦ green 123 ◦ blue 157

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

Shades of Bouquet #A57B9D

Tints of Bouquet #A57B9D

RGB

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

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

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

R = 37.08%
G = 27.64%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A57B9D (or 0xA57B9D) is known color: Bouquet. HEX triplet: A5, 7B and 9D. RGB value is (165,123,157). Sum of RGB (Red+Green+Blue) = 165+123+157=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 123 (48.44% from 255 or 27.64% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 165 - color contains mainly: red. Hex color #A57B9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57B9D is #5A8462. Grayscale: #8B8B8B. Windows color (decimal): -5932131 or 10320805. OLE color: 10320805.

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

Color convert

RGB 165 123 157 -
CMYK 0 0.25 0.05 0.35
HSL 311.43º 0.19% 0.56% -
HSV(B) 311.43º 0.25% 0.65% -
XYZ 28.69 24.6 35.13 -
YUV 139.43 137.91 146.24 -
System Red Green Blue C M Y K H S L
Decimal 165 123 157 0 0.25 0.05 0.35 311.43 0.19 0.56
Hex A5 7B 9D 0 19 5 23 137 13 38
Octal 245 173 235 0 31 5 43 467 23 70
Binary 10100101 1111011 10011101 0 11001 101 100011 100110111 10011 111000

Color Harmonies of #A57B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57B9D

Black with #A57B9D

Text Example


Text Example

White with #A57B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57B9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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