Html Css Color HEX #A3749C Bouquet

📋 copy color: '#A3749C'

red 163 ◦ green 116 ◦ blue 156

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

Shades of Bouquet #A3749C

Tints of Bouquet #A3749C

RGB

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

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

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

R = 37.47%
G = 26.67%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A3749C (or 0xA3749C) is known color: Bouquet. HEX triplet: A3, 74 and 9C. RGB value is (163,116,156). Sum of RGB (Red+Green+Blue) = 163+116+156=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 163 - color contains mainly: red. Hex color #A3749C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3749C is #5C8B63. Grayscale: #868686. Windows color (decimal): -6064996 or 10253475. OLE color: 10253475.

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

Color convert

RGB 163 116 156 -
CMYK 0 0.29 0.04 0.36
HSL 308.94º 0.2% 0.55% -
HSV(B) 308.94º 0.29% 0.64% -
XYZ 27.35 22.68 34.39 -
YUV 134.61 140.07 148.25 -
System Red Green Blue C M Y K H S L
Decimal 163 116 156 0 0.29 0.04 0.36 308.94 0.2 0.55
Hex A3 74 9C 0 1D 4 24 135 14 37
Octal 243 164 234 0 35 4 44 465 24 67
Binary 10100011 1110100 10011100 0 11101 100 100100 100110101 10100 110111

Color Harmonies of #A3749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3749C

Black with #A3749C

Text Example


Text Example

White with #A3749C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3749C; }

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

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

background-color css

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

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

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

border-color css

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

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

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