Html Css Color HEX #A57498 Bouquet

📋 copy color: '#A57498'

red 165 ◦ green 116 ◦ blue 152

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

Shades of Bouquet #A57498

Tints of Bouquet #A57498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 35.1%

R = 38.11%
G = 26.79%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A57498 (or 0xA57498) is known color: Bouquet. HEX triplet: A5, 74 and 98. RGB value is (165,116,152). Sum of RGB (Red+Green+Blue) = 165+116+152=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 152 (59.77% from 255 or 35.10% from 433); Max value from RGB is 165 - color contains mainly: red. Hex color #A57498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57498 is #5A8B67. Grayscale: #868686. Windows color (decimal): -5933928 or 9991333. OLE color: 9991333.

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

Color convert

RGB 165 116 152 -
CMYK 0 0.30 0.08 0.35
HSL 315.92º 0.21% 0.55% -
HSV(B) 315.92º 0.3% 0.65% -
XYZ 27.43 22.76 32.65 -
YUV 134.76 137.73 149.57 -
System Red Green Blue C M Y K H S L
Decimal 165 116 152 0 0.30 0.08 0.35 315.92 0.21 0.55
Hex A5 74 98 0 1E 8 23 13C 15 37
Octal 245 164 230 0 36 10 43 474 25 67
Binary 10100101 1110100 10011000 0 11110 1000 100011 100111100 10101 110111

Color Harmonies of #A57498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57498

Black with #A57498

Text Example


Text Example

White with #A57498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57498; }

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

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

background-color css

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

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

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

border-color css

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

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

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