Html Css Color HEX #A57C9D Bouquet

📋 copy color: '#A57C9D'

red 165 ◦ green 124 ◦ blue 157

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

Shades of Bouquet #A57C9D

Tints of Bouquet #A57C9D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.8%

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

R = 37%
G = 27.8%
B = 35.2%

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

#A57C9D (or 0xA57C9D) is known color: Bouquet. HEX triplet: A5, 7C and 9D. RGB value is (165,124,157). Sum of RGB (Red+Green+Blue) = 165+124+157=446 (59% of max value = 765). Red value is 165 (64.84% from 255 or 37.00% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 165 - color contains mainly: red. Hex color #A57C9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57C9D is #5A8362. Grayscale: #8B8B8B. Windows color (decimal): -5931875 or 10321061. OLE color: 10321061.

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

Color convert

RGB 165 124 157 -
CMYK 0 0.25 0.05 0.35
HSL 311.71º 0.19% 0.57% -
HSV(B) 311.71º 0.25% 0.65% -
XYZ 28.81 24.85 35.18 -
YUV 140.02 137.58 145.82 -
System Red Green Blue C M Y K H S L
Decimal 165 124 157 0 0.25 0.05 0.35 311.71 0.19 0.57
Hex A5 7C 9D 0 19 5 23 138 13 39
Octal 245 174 235 0 31 5 43 470 23 71
Binary 10100101 1111100 10011101 0 11001 101 100011 100111000 10011 111001

Color Harmonies of #A57C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57C9D

Black with #A57C9D

Text Example


Text Example

White with #A57C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57C9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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