Html Css Color HEX #A47B9F Bouquet

📋 copy color: '#A47B9F'

red 164 ◦ green 123 ◦ blue 159

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

Shades of Bouquet #A47B9F

Tints of Bouquet #A47B9F

RGB

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

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

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

R = 36.77%
G = 27.58%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A47B9F (or 0xA47B9F) is known color: Bouquet. HEX triplet: A4, 7B and 9F. RGB value is (164,123,159). Sum of RGB (Red+Green+Blue) = 164+123+159=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 123 (48.44% from 255 or 27.58% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47B9F is #5B8460. Grayscale: #8B8B8B. Windows color (decimal): -5997665 or 10451876. OLE color: 10451876.

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

Color convert

RGB 164 123 159 -
CMYK 0 0.25 0.03 0.36
HSL 307.32º 0.18% 0.56% -
HSV(B) 307.32º 0.25% 0.64% -
XYZ 28.65 24.56 36.03 -
YUV 139.36 139.08 145.57 -
System Red Green Blue C M Y K H S L
Decimal 164 123 159 0 0.25 0.03 0.36 307.32 0.18 0.56
Hex A4 7B 9F 0 19 3 24 133 12 38
Octal 244 173 237 0 31 3 44 463 22 70
Binary 10100100 1111011 10011111 0 11001 11 100100 100110011 10010 111000

Color Harmonies of #A47B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47B9F

Black with #A47B9F

Text Example


Text Example

White with #A47B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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