Html Css Color HEX #A37E94 Bouquet

📋 copy color: '#A37E94'

red 163 ◦ green 126 ◦ blue 148

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

Shades of Bouquet #A37E94

Tints of Bouquet #A37E94

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.83%

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

R = 37.3%
G = 28.83%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A37E94 (or 0xA37E94) is known color: Bouquet. HEX triplet: A3, 7E and 94. RGB value is (163,126,148). Sum of RGB (Red+Green+Blue) = 163+126+148=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 163 - color contains mainly: red. Hex color #A37E94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37E94 is #5C816B. Grayscale: #8B8B8B. Windows color (decimal): -6062444 or 9731747. OLE color: 9731747.

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

Color convert

RGB 163 126 148 -
CMYK 0 0.23 0.09 0.36
HSL 324.32º 0.17% 0.57% -
HSV(B) 324.32º 0.23% 0.64% -
XYZ 27.91 24.85 31.34 -
YUV 139.57 132.76 144.71 -
System Red Green Blue C M Y K H S L
Decimal 163 126 148 0 0.23 0.09 0.36 324.32 0.17 0.57
Hex A3 7E 94 0 17 9 24 144 11 39
Octal 243 176 224 0 27 11 44 504 21 71
Binary 10100011 1111110 10010100 0 10111 1001 100100 101000100 10001 111001

Color Harmonies of #A37E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37E94

Black with #A37E94

Text Example


Text Example

White with #A37E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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