Html Css Color HEX #A37994 Bouquet

📋 copy color: '#A37994'

red 163 ◦ green 121 ◦ blue 148

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

Shades of Bouquet #A37994

Tints of Bouquet #A37994

RGB

 RED value IS 163 (64.06% from 255) = 37.73%

 GREEN value IS 121 (47.66% from 255) = 28.01%

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

R = 37.73%
G = 28.01%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A37994 (or 0xA37994) is known color: Bouquet. HEX triplet: A3, 79 and 94. RGB value is (163,121,148). Sum of RGB (Red+Green+Blue) = 163+121+148=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 121 (47.66% from 255 or 28.01% from 432); Blue value is 148 (58.20% from 255 or 34.26% from 432); Max value from RGB is 163 - color contains mainly: red. Hex color #A37994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37994 is #5C866B. Grayscale: #888888. Windows color (decimal): -6063724 or 9730467. OLE color: 9730467.

HSL color Cylindrical-coordinate representation of color #A37994: hue angle of 321.43º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A37994 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 121 148 -
CMYK 0 0.26 0.09 0.36
HSL 321.43º 0.19% 0.56% -
HSV(B) 321.43º 0.26% 0.64% -
XYZ 27.29 23.6 31.13 -
YUV 136.64 134.41 146.8 -
System Red Green Blue C M Y K H S L
Decimal 163 121 148 0 0.26 0.09 0.36 321.43 0.19 0.56
Hex A3 79 94 0 1A 9 24 141 13 38
Octal 243 171 224 0 32 11 44 501 23 70
Binary 10100011 1111001 10010100 0 11010 1001 100100 101000001 10011 111000

Color Harmonies of #A37994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37994

Black with #A37994

Text Example


Text Example

White with #A37994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37994; }

 p { color: rgb(163,121,148); }

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

background-color css

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

 a { background-color: rgb(163,121,148); }

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

border-color css

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

 span { border-color: rgb(163,121,148); }

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