Html Css Color HEX #A57494 Bouquet

📋 copy color: '#A57494'

red 165 ◦ green 116 ◦ blue 148

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

Shades of Bouquet #A57494

Tints of Bouquet #A57494

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.04%

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

R = 38.46%
G = 27.04%
B = 34.5%

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

#A57494 (or 0xA57494) is known color: Bouquet. HEX triplet: A5, 74 and 94. RGB value is (165,116,148). Sum of RGB (Red+Green+Blue) = 165+116+148=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 165 - color contains mainly: red. Hex color #A57494 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57494 is #5A8B6B. Grayscale: #868686. Windows color (decimal): -5933932 or 9729189. OLE color: 9729189.

HSL color Cylindrical-coordinate representation of color #A57494: hue angle of 320.82º degrees, saturation: 0.21, 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 #A57494 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 116 148 -
CMYK 0 0.30 0.10 0.35
HSL 320.82º 0.21% 0.55% -
HSV(B) 320.82º 0.3% 0.65% -
XYZ 27.11 22.63 30.96 -
YUV 134.3 135.73 149.9 -
System Red Green Blue C M Y K H S L
Decimal 165 116 148 0 0.30 0.10 0.35 320.82 0.21 0.55
Hex A5 74 94 0 1E A 23 141 15 37
Octal 245 164 224 0 36 12 43 501 25 67
Binary 10100101 1110100 10010100 0 11110 1010 100011 101000001 10101 110111

Color Harmonies of #A57494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57494

Black with #A57494

Text Example


Text Example

White with #A57494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57494; }

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

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

background-color css

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

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

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

border-color css

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

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

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