Html Css Color HEX #A47C9F Bouquet

📋 copy color: '#A47C9F'

red 164 ◦ green 124 ◦ blue 159

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

Shades of Bouquet #A47C9F

Tints of Bouquet #A47C9F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.74%

 BLUE value IS 159 (62.5% from 255) = 35.57%

R = 36.69%
G = 27.74%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A47C9F (or 0xA47C9F) is known color: Bouquet. HEX triplet: A4, 7C and 9F. RGB value is (164,124,159). Sum of RGB (Red+Green+Blue) = 164+124+159=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 124 (48.83% from 255 or 27.74% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 164 - color contains mainly: red. Hex color #A47C9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47C9F is #5B8360. Grayscale: #8B8B8B. Windows color (decimal): -5997409 or 10452132. OLE color: 10452132.

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

Color convert

RGB 164 124 159 -
CMYK 0 0.24 0.03 0.36
HSL 307.5º 0.18% 0.56% -
HSV(B) 307.5º 0.24% 0.64% -
XYZ 28.78 24.81 36.07 -
YUV 139.95 138.75 145.15 -
System Red Green Blue C M Y K H S L
Decimal 164 124 159 0 0.24 0.03 0.36 307.5 0.18 0.56
Hex A4 7C 9F 0 18 3 24 134 12 38
Octal 244 174 237 0 30 3 44 464 22 70
Binary 10100100 1111100 10011111 0 11000 11 100100 100110100 10010 111000

Color Harmonies of #A47C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47C9F

Black with #A47C9F

Text Example


Text Example

White with #A47C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47C9F; }

 p { color: rgb(164,124,159); }

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

background-color css

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

 a { background-color: rgb(164,124,159); }

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

border-color css

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

 span { border-color: rgb(164,124,159); }

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