Html Css Color HEX #A47B9C Bouquet

📋 copy color: '#A47B9C'

red 164 ◦ green 123 ◦ blue 156

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

Shades of Bouquet #A47B9C

Tints of Bouquet #A47B9C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.77%

 BLUE value IS 156 (61.33% from 255) = 35.21%

R = 37.02%
G = 27.77%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A47B9C (or 0xA47B9C) is known color: Bouquet. HEX triplet: A4, 7B and 9C. RGB value is (164,123,156). Sum of RGB (Red+Green+Blue) = 164+123+156=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47B9C is #5B8463. Grayscale: #8A8A8A. Windows color (decimal): -5997668 or 10255268. OLE color: 10255268.

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

Color convert

RGB 164 123 156 -
CMYK 0 0.25 0.05 0.36
HSL 311.71º 0.18% 0.56% -
HSV(B) 311.71º 0.25% 0.64% -
XYZ 28.39 24.46 34.68 -
YUV 139.02 137.58 145.82 -
System Red Green Blue C M Y K H S L
Decimal 164 123 156 0 0.25 0.05 0.36 311.71 0.18 0.56
Hex A4 7B 9C 0 19 5 24 138 12 38
Octal 244 173 234 0 31 5 44 470 22 70
Binary 10100100 1111011 10011100 0 11001 101 100100 100111000 10010 111000

Color Harmonies of #A47B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47B9C

Black with #A47B9C

Text Example


Text Example

White with #A47B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47B9C; }

 p { color: rgb(164,123,156); }

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

background-color css

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

 a { background-color: rgb(164,123,156); }

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

border-color css

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

 span { border-color: rgb(164,123,156); }

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