Html Css Color HEX #A47D9F Bouquet

📋 copy color: '#A47D9F'

red 164 ◦ green 125 ◦ blue 159

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

Shades of Bouquet #A47D9F

Tints of Bouquet #A47D9F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.9%

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

R = 36.61%
G = 27.9%
B = 35.49%

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

#A47D9F (or 0xA47D9F) is known color: Bouquet. HEX triplet: A4, 7D and 9F. RGB value is (164,125,159). Sum of RGB (Red+Green+Blue) = 164+125+159=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 164 - color contains mainly: red. Hex color #A47D9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47D9F is #5B8260. Grayscale: #8C8C8C. Windows color (decimal): -5997153 or 10452388. OLE color: 10452388.

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

Color convert

RGB 164 125 159 -
CMYK 0 0.24 0.03 0.36
HSL 307.69º 0.18% 0.57% -
HSV(B) 307.69º 0.24% 0.64% -
XYZ 28.9 25.06 36.12 -
YUV 140.54 138.42 144.74 -
System Red Green Blue C M Y K H S L
Decimal 164 125 159 0 0.24 0.03 0.36 307.69 0.18 0.57
Hex A4 7D 9F 0 18 3 24 134 12 39
Octal 244 175 237 0 30 3 44 464 22 71
Binary 10100100 1111101 10011111 0 11000 11 100100 100110100 10010 111001

Color Harmonies of #A47D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47D9F

Black with #A47D9F

Text Example


Text Example

White with #A47D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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