Html Css Color HEX #A57493 Bouquet

📋 copy color: '#A57493'

red 165 ◦ green 116 ◦ blue 147

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

Shades of Bouquet #A57493

Tints of Bouquet #A57493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.35%

R = 38.55%
G = 27.1%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A57493 (or 0xA57493) is known color: Bouquet. HEX triplet: A5, 74 and 93. RGB value is (165,116,147). Sum of RGB (Red+Green+Blue) = 165+116+147=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 116 (45.70% from 255 or 27.10% from 428); Blue value is 147 (57.81% from 255 or 34.35% from 428); Max value from RGB is 165 - color contains mainly: red. Hex color #A57493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57493 is #5A8B6C. Grayscale: #868686. Windows color (decimal): -5933933 or 9663653. OLE color: 9663653.

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

Color convert

RGB 165 116 147 -
CMYK 0 0.30 0.11 0.35
HSL 322.04º 0.21% 0.55% -
HSV(B) 322.04º 0.3% 0.65% -
XYZ 27.03 22.6 30.54 -
YUV 134.19 135.23 149.98 -
System Red Green Blue C M Y K H S L
Decimal 165 116 147 0 0.30 0.11 0.35 322.04 0.21 0.55
Hex A5 74 93 0 1E B 23 142 15 37
Octal 245 164 223 0 36 13 43 502 25 67
Binary 10100101 1110100 10010011 0 11110 1011 100011 101000010 10101 110111

Color Harmonies of #A57493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57493

Black with #A57493

Text Example


Text Example

White with #A57493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57493; }

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

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

background-color css

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

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

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

border-color css

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

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

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