Html Css Color HEX #A47198 Bouquet

📋 copy color: '#A47198'

red 164 ◦ green 113 ◦ blue 152

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

Shades of Bouquet #A47198

Tints of Bouquet #A47198

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.34%

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

R = 38.23%
G = 26.34%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A47198 (or 0xA47198) is known color: Bouquet. HEX triplet: A4, 71 and 98. RGB value is (164,113,152). Sum of RGB (Red+Green+Blue) = 164+113+152=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 164 - color contains mainly: red. Hex color #A47198 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47198 is #5B8E67. Grayscale: #848484. Windows color (decimal): -6000232 or 9990564. OLE color: 9990564.

HSL color Cylindrical-coordinate representation of color #A47198: hue angle of 314.12º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A47198 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 113 152 -
CMYK 0 0.31 0.07 0.36
HSL 314.12º 0.22% 0.54% -
HSV(B) 314.12º 0.31% 0.64% -
XYZ 26.88 21.97 32.53 -
YUV 132.7 138.9 150.33 -
System Red Green Blue C M Y K H S L
Decimal 164 113 152 0 0.31 0.07 0.36 314.12 0.22 0.54
Hex A4 71 98 0 1F 7 24 13A 16 36
Octal 244 161 230 0 37 7 44 472 26 66
Binary 10100100 1110001 10011000 0 11111 111 100100 100111010 10110 110110

Color Harmonies of #A47198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47198

Black with #A47198

Text Example


Text Example

White with #A47198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47198; }

 p { color: rgb(164,113,152); }

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

background-color css

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

 a { background-color: rgb(164,113,152); }

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

border-color css

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

 span { border-color: rgb(164,113,152); }

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