Html Css Color HEX #A47E9A Bouquet

📋 copy color: '#A47E9A'

red 164 ◦ green 126 ◦ blue 154

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

Shades of Bouquet #A47E9A

Tints of Bouquet #A47E9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.68%

R = 36.94%
G = 28.38%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A47E9A (or 0xA47E9A) is known color: Bouquet. HEX triplet: A4, 7E and 9A. RGB value is (164,126,154). Sum of RGB (Red+Green+Blue) = 164+126+154=444 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.94% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47E9A is #5B8165. Grayscale: #8C8C8C. Windows color (decimal): -5996902 or 10124964. OLE color: 10124964.

HSL color Cylindrical-coordinate representation of color #A47E9A: hue angle of 315.79º 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 #A47E9A is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 126 154 -
CMYK 0 0.23 0.06 0.36
HSL 315.79º 0.17% 0.57% -
HSV(B) 315.79º 0.23% 0.64% -
XYZ 28.6 25.15 33.92 -
YUV 140.55 135.59 144.72 -
System Red Green Blue C M Y K H S L
Decimal 164 126 154 0 0.23 0.06 0.36 315.79 0.17 0.57
Hex A4 7E 9A 0 17 6 24 13C 11 39
Octal 244 176 232 0 27 6 44 474 21 71
Binary 10100100 1111110 10011010 0 10111 110 100100 100111100 10001 111001

Color Harmonies of #A47E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47E9A

Black with #A47E9A

Text Example


Text Example

White with #A47E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47E9A; }

 p { color: rgb(164,126,154); }

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

background-color css

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

 a { background-color: rgb(164,126,154); }

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

border-color css

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

 span { border-color: rgb(164,126,154); }

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