Html Css Color HEX #A57C9E Bouquet

📋 copy color: '#A57C9E'

red 165 ◦ green 124 ◦ blue 158

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

Shades of Bouquet #A57C9E

Tints of Bouquet #A57C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.35%

R = 36.91%
G = 27.74%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A57C9E (or 0xA57C9E) is known color: Bouquet. HEX triplet: A5, 7C and 9E. RGB value is (165,124,158). Sum of RGB (Red+Green+Blue) = 165+124+158=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 124 (48.83% from 255 or 27.74% from 447); Blue value is 158 (62.11% from 255 or 35.35% from 447); Max value from RGB is 165 - color contains mainly: red. Hex color #A57C9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57C9E is #5A8361. Grayscale: #8C8C8C. Windows color (decimal): -5931874 or 10386597. OLE color: 10386597.

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

Color convert

RGB 165 124 158 -
CMYK 0 0.25 0.04 0.35
HSL 310.24º 0.19% 0.57% -
HSV(B) 310.24º 0.25% 0.65% -
XYZ 28.9 24.88 35.63 -
YUV 140.14 138.08 145.74 -
System Red Green Blue C M Y K H S L
Decimal 165 124 158 0 0.25 0.04 0.35 310.24 0.19 0.57
Hex A5 7C 9E 0 19 4 23 136 13 39
Octal 245 174 236 0 31 4 43 466 23 71
Binary 10100101 1111100 10011110 0 11001 100 100011 100110110 10011 111001

Color Harmonies of #A57C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57C9E

Black with #A57C9E

Text Example


Text Example

White with #A57C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57C9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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