Html Css Color HEX #A57394 Bouquet

📋 copy color: '#A57394'

red 165 ◦ green 115 ◦ blue 148

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

Shades of Bouquet #A57394

Tints of Bouquet #A57394

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.87%

 BLUE value IS 148 (58.2% from 255) = 34.58%

R = 38.55%
G = 26.87%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A57394 (or 0xA57394) is known color: Bouquet. HEX triplet: A5, 73 and 94. RGB value is (165,115,148). Sum of RGB (Red+Green+Blue) = 165+115+148=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 165 - color contains mainly: red. Hex color #A57394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57394 is #5A8C6B. Grayscale: #858585. Windows color (decimal): -5934188 or 9728933. OLE color: 9728933.

HSL color Cylindrical-coordinate representation of color #A57394: hue angle of 320.4º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A57394 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 115 148 -
CMYK 0 0.30 0.10 0.35
HSL 320.4º 0.22% 0.55% -
HSV(B) 320.4º 0.3% 0.65% -
XYZ 26.99 22.4 30.92 -
YUV 133.71 136.07 150.32 -
System Red Green Blue C M Y K H S L
Decimal 165 115 148 0 0.30 0.10 0.35 320.4 0.22 0.55
Hex A5 73 94 0 1E A 23 140 16 37
Octal 245 163 224 0 36 12 43 500 26 67
Binary 10100101 1110011 10010100 0 11110 1010 100011 101000000 10110 110111

Color Harmonies of #A57394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57394

Black with #A57394

Text Example


Text Example

White with #A57394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57394; }

 p { color: rgb(165,115,148); }

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

background-color css

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

 a { background-color: rgb(165,115,148); }

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

border-color css

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

 span { border-color: rgb(165,115,148); }

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