Html Css Color HEX #A47394 Bouquet

📋 copy color: '#A47394'

red 164 ◦ green 115 ◦ blue 148

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

Shades of Bouquet #A47394

Tints of Bouquet #A47394

RGB

 RED value IS 164 (64.45% from 255) = 38.41%

 GREEN value IS 115 (45.31% from 255) = 26.93%

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

R = 38.41%
G = 26.93%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A47394 (or 0xA47394) is known color: Bouquet. HEX triplet: A4, 73 and 94. RGB value is (164,115,148). Sum of RGB (Red+Green+Blue) = 164+115+148=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 148 (58.20% from 255 or 34.66% from 427); Max value from RGB is 164 - color contains mainly: red. Hex color #A47394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47394 is #5B8C6B. Grayscale: #858585. Windows color (decimal): -5999724 or 9728932. OLE color: 9728932.

HSL color Cylindrical-coordinate representation of color #A47394: hue angle of 319.59º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A47394 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 115 148 -
CMYK 0 0.30 0.10 0.36
HSL 319.59º 0.21% 0.55% -
HSV(B) 319.59º 0.3% 0.64% -
XYZ 26.79 22.29 30.91 -
YUV 133.41 136.23 149.82 -
System Red Green Blue C M Y K H S L
Decimal 164 115 148 0 0.30 0.10 0.36 319.59 0.21 0.55
Hex A4 73 94 0 1E A 24 140 15 37
Octal 244 163 224 0 36 12 44 500 25 67
Binary 10100100 1110011 10010100 0 11110 1010 100100 101000000 10101 110111

Color Harmonies of #A47394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47394

Black with #A47394

Text Example


Text Example

White with #A47394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47394; }

 p { color: rgb(164,115,148); }

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

background-color css

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

 a { background-color: rgb(164,115,148); }

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

border-color css

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

 span { border-color: rgb(164,115,148); }

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