Html Css Color HEX #A3749B Bouquet

📋 copy color: '#A3749B'

red 163 ◦ green 116 ◦ blue 155

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

Shades of Bouquet #A3749B

Tints of Bouquet #A3749B

RGB

 RED value IS 163 (64.06% from 255) = 37.56%

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

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

R = 37.56%
G = 26.73%
B = 35.71%

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

#A3749B (or 0xA3749B) is known color: Bouquet. HEX triplet: A3, 74 and 9B. RGB value is (163,116,155). Sum of RGB (Red+Green+Blue) = 163+116+155=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 163 - color contains mainly: red. Hex color #A3749B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3749B is #5C8B64. Grayscale: #868686. Windows color (decimal): -6064997 or 10187939. OLE color: 10187939.

HSL color Cylindrical-coordinate representation of color #A3749B: hue angle of 310.21º degrees, saturation: 0.2, 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 #A3749B is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 116 155 -
CMYK 0 0.29 0.05 0.36
HSL 310.21º 0.2% 0.55% -
HSV(B) 310.21º 0.29% 0.64% -
XYZ 27.27 22.64 33.94 -
YUV 134.5 139.57 148.33 -
System Red Green Blue C M Y K H S L
Decimal 163 116 155 0 0.29 0.05 0.36 310.21 0.2 0.55
Hex A3 74 9B 0 1D 5 24 136 14 37
Octal 243 164 233 0 35 5 44 466 24 67
Binary 10100011 1110100 10011011 0 11101 101 100100 100110110 10100 110111

Color Harmonies of #A3749B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3749B

Black with #A3749B

Text Example


Text Example

White with #A3749B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3749B; }

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

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

background-color css

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

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

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

border-color css

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

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

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