Html Css Color HEX #A4749B Bouquet

📋 copy color: '#A4749B'

red 164 ◦ green 116 ◦ blue 155

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

Shades of Bouquet #A4749B

Tints of Bouquet #A4749B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.67%

 BLUE value IS 155 (60.94% from 255) = 35.63%

R = 37.7%
G = 26.67%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A4749B (or 0xA4749B) is known color: Bouquet. HEX triplet: A4, 74 and 9B. RGB value is (164,116,155). Sum of RGB (Red+Green+Blue) = 164+116+155=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 164 - color contains mainly: red. Hex color #A4749B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4749B is #5B8B64. Grayscale: #868686. Windows color (decimal): -5999461 or 10187940. OLE color: 10187940.

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

Color convert

RGB 164 116 155 -
CMYK 0 0.29 0.05 0.36
HSL 311.25º 0.21% 0.55% -
HSV(B) 311.25º 0.29% 0.64% -
XYZ 27.47 22.75 33.95 -
YUV 134.8 139.4 148.83 -
System Red Green Blue C M Y K H S L
Decimal 164 116 155 0 0.29 0.05 0.36 311.25 0.21 0.55
Hex A4 74 9B 0 1D 5 24 137 15 37
Octal 244 164 233 0 35 5 44 467 25 67
Binary 10100100 1110100 10011011 0 11101 101 100100 100110111 10101 110111

Color Harmonies of #A4749B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4749B

Black with #A4749B

Text Example


Text Example

White with #A4749B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4749B; }

 p { color: rgb(164,116,155); }

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

background-color css

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

 a { background-color: rgb(164,116,155); }

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

border-color css

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

 span { border-color: rgb(164,116,155); }

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